Skip to content

Commit 23a725e

Browse files
fix(overmind-devtools-client): fix scrolling on flush tab
1 parent 15aa4e8 commit 23a725e

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export const wrapper = css({
55
display: 'flex',
66
flexDirection: 'column',
77
padding: '2rem 1rem',
8-
height: '100%',
8+
height: '100vh',
99
boxSizing: 'border-box',
1010
overflowY: 'scroll',
1111
})

0 commit comments

Comments
 (0)