Skip to content

Commit 17324c8

Browse files
style(overmind-devtools-client): fix scrolling
1 parent b71d68e commit 17324c8

File tree

1 file changed

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

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,6 @@ export const columns = css({
2323
'> *:last-child': {
2424
flex: 1,
2525
},
26-
height: '100%',
26+
flex: 1,
27+
position: 'relative',
2728
})

0 commit comments

Comments
 (0)