From 5aed046b3489f46cdef1ff371d883c41c4b4f799 Mon Sep 17 00:00:00 2001 From: Felix Roos Date: Mon, 25 Apr 2022 21:32:25 +0200 Subject: [PATCH] fix z-index --- repl/src/themes/material-palenight.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/repl/src/themes/material-palenight.js b/repl/src/themes/material-palenight.js index d50e10c7..be7527c1 100644 --- a/repl/src/themes/material-palenight.js +++ b/repl/src/themes/material-palenight.js @@ -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,