Skip to content

Commit 4a01a7e

Browse files
committed
Add z-index to the toolbar
1 parent f9d3cf8 commit 4a01a7e

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

packages/editor/src/components/Toolbar.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,8 @@ const Root = props => (
5959
paddingTop: 2,
6060
paddingBottom: 2,
6161
borderBottom: '1px solid',
62-
borderColor: 'gray'
62+
borderColor: 'gray',
63+
zIndex: 100
6364
})}
6465
/>
6566
)

0 commit comments

Comments
 (0)