diff --git a/.changeset/ripe-coats-drive.md b/.changeset/ripe-coats-drive.md new file mode 100644 index 00000000..89667749 --- /dev/null +++ b/.changeset/ripe-coats-drive.md @@ -0,0 +1,5 @@ +--- +'@tanstack/devtools': patch +--- + +Restore plugin scroll diff --git a/packages/devtools/src/styles/use-styles.ts b/packages/devtools/src/styles/use-styles.ts index befbd41b..84046b8e 100644 --- a/packages/devtools/src/styles/use-styles.ts +++ b/packages/devtools/src/styles/use-styles.ts @@ -506,6 +506,12 @@ const stylesFactory = (theme: DevtoolsStore['settings']['theme']) => { width: 100%; height: 100%; + & > * > * { + min-width: 0; + min-height: 0; + height: 100%; + } + &:not(:last-child) { border-right: 5px solid ${t(colors.purple[200], colors.purple[800])}; }