mirror of
https://github.com/eliasstepanik/strudel-docker.git
synced 2026-01-26 04:58:27 +00:00
fix z-index
This commit is contained in:
parent
5dea15ade9
commit
5aed046b34
@ -26,13 +26,16 @@ export const materialPalenightTheme = EditorView.theme(
|
|||||||
'&': {
|
'&': {
|
||||||
color: '#ffffff',
|
color: '#ffffff',
|
||||||
backgroundColor: background,
|
backgroundColor: background,
|
||||||
|
'z-index': 11,
|
||||||
},
|
},
|
||||||
|
|
||||||
// done
|
// done
|
||||||
'.cm-content': {
|
'.cm-content': {
|
||||||
caretColor: cursor,
|
caretColor: cursor,
|
||||||
},
|
},
|
||||||
|
'.cm-line > *': {
|
||||||
|
background: '#00000070',
|
||||||
|
},
|
||||||
// done
|
// done
|
||||||
'&.cm-focused .cm-cursor': {
|
'&.cm-focused .cm-cursor': {
|
||||||
borderLeftColor: cursor,
|
borderLeftColor: cursor,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user