Skip to content

Commit e89cff4

Browse files
fix(devtools-ui): restore plugin scrol (#406)
1 parent 604c96d commit e89cff4

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

.changeset/ripe-coats-drive.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@tanstack/devtools': patch
3+
---
4+
5+
Restore plugin scroll

packages/devtools/src/styles/use-styles.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -506,6 +506,12 @@ const stylesFactory = (theme: DevtoolsStore['settings']['theme']) => {
506506
width: 100%;
507507
height: 100%;
508508
509+
& > * > * {
510+
min-width: 0;
511+
min-height: 0;
512+
height: 100%;
513+
}
514+
509515
&:not(:last-child) {
510516
border-right: 5px solid ${t(colors.purple[200], colors.purple[800])};
511517
}

0 commit comments

Comments
 (0)