changeset f6f98aafff14 in bugs.tryton.org:default
details: https://hg.tryton.org/bugs.tryton.org?cmd=changeset;node=f6f98aafff14
description:
        Display fullscreen markdown editor above navbar
diffstat:

 static/style.css |  5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diffs (12 lines):

diff -r e9b75fabcd1c -r f6f98aafff14 static/style.css
--- a/static/style.css  Wed Oct 21 15:51:12 2020 +0200
+++ b/static/style.css  Wed Oct 21 19:05:36 2020 +0200
@@ -123,3 +123,8 @@
     overflow-x: auto;
   }
 }
+
+.editor-toolbar.fullscreen,
+.CodeMirror-fullscreen {
+  z-index: 2000;
+}

Reply via email to