mirror of
https://github.com/overleaf/overleaf.git
synced 2024-12-24 17:43:40 +00:00
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:
parent
6781f7d0ac
commit
c5cb344178
1 changed files with 2 additions and 1 deletions
|
@ -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',
|
||||
|
|
Loading…
Reference in a new issue