Skip to content

Commit a12e6fa

Browse files
author
Victor Soares
committed
fix vscode extension vertical scroll
1 parent 0a60632 commit a12e6fa

File tree

1 file changed

+1
-0
lines changed
  • packages/node_modules/overmind-devtools-client/src/components/Components

1 file changed

+1
-0
lines changed

packages/node_modules/overmind-devtools-client/src/components/Components/styles.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ export const wrapper = css({
88
height: '100%',
99
boxSizing: 'border-box',
1010
overflowY: 'scroll',
11+
maxHeight: '100vh',
1112
})
1213

1314
export const panels = css({

0 commit comments

Comments
 (0)