fix z-index
This commit is contained in:
parent
5dea15ade9
commit
5aed046b34
1 changed files with 4 additions and 1 deletions
|
|
@ -26,13 +26,16 @@ export const materialPalenightTheme = EditorView.theme(
|
|||
'&': {
|
||||
color: '#ffffff',
|
||||
backgroundColor: background,
|
||||
'z-index': 11,
|
||||
},
|
||||
|
||||
// done
|
||||
'.cm-content': {
|
||||
caretColor: cursor,
|
||||
},
|
||||
|
||||
'.cm-line > *': {
|
||||
background: '#00000070',
|
||||
},
|
||||
// done
|
||||
'&.cm-focused .cm-cursor': {
|
||||
borderLeftColor: cursor,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue