We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 604c96d commit e89cff4Copy full SHA for e89cff4
2 files changed
.changeset/ripe-coats-drive.md
@@ -0,0 +1,5 @@
1
+---
2
+'@tanstack/devtools': patch
3
4
+
5
+Restore plugin scroll
packages/devtools/src/styles/use-styles.ts
@@ -506,6 +506,12 @@ const stylesFactory = (theme: DevtoolsStore['settings']['theme']) => {
506
width: 100%;
507
height: 100%;
508
509
+ & > * > * {
510
+ min-width: 0;
511
+ min-height: 0;
512
+ height: 100%;
513
+ }
514
515
&:not(:last-child) {
516
border-right: 5px solid ${t(colors.purple[200], colors.purple[800])};
517
}
0 commit comments