From ddebf5741dc25b77ea11caba48b5085d9ca578c7 Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Sun, 9 Feb 2020 09:30:37 +1000 Subject: [PATCH] ensure the inverted images don't appear over toolbar --- qt/ts/scss/editor.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/qt/ts/scss/editor.scss b/qt/ts/scss/editor.scss index 6411442b5..5e6890ab6 100644 --- a/qt/ts/scss/editor.scss +++ b/qt/ts/scss/editor.scss @@ -36,6 +36,7 @@ body { padding: 2px; left: 0; right: 0; + z-index: 1; } .topbut {