Merge pull request #14707 from overleaf/mj-table-gen-toolbar-z-index

[visual] Set higher z-index for table gen toolbar than cm6 cursor

GitOrigin-RevId: 769e33abf84767087b7936f2b3f0a02c80c7dd09
This commit is contained in:
Mathias Jakobsen 2023-09-07 15:24:44 +01:00 committed by Copybot
parent 6781f7d0ac
commit c5cb344178

View file

@ -196,7 +196,8 @@ export const tableGeneratorTheme = EditorView.baseTheme({
left: '0',
right: '0',
margin: '0 auto',
'z-index': '1',
// z-index of cursor layer is 150
'z-index': '152',
'border-radius': '4px',
width: 'max-content',
'justify-content': 'start',