changeset 197cdbae5763 in bugs.tryton.org:default
details: https://hg.tryton.org/bugs.tryton.org?cmd=changeset;node=197cdbae5763
description:
Make z-index important for fullscreen
diffstat:
static/style.css | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diffs (10 lines):
diff -r 8d5aa78e85b1 -r 197cdbae5763 static/style.css
--- a/static/style.css Thu Oct 22 12:14:10 2020 +0200
+++ b/static/style.css Thu Oct 22 14:26:44 2020 +0200
@@ -138,5 +138,5 @@
.editor-toolbar.fullscreen,
.CodeMirror-fullscreen {
- z-index: 2000;
+ z-index: 2000 !important;
}