mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-06-11 07:00:47 +02: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:
committed by
Copybot
parent
6781f7d0ac
commit
c5cb344178
+2
-1
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user