From 4b7d406559c03ba94927673484b1e5d1e8493fa2 Mon Sep 17 00:00:00 2001 From: Henrik Giesel Date: Fri, 29 Jan 2021 14:21:32 +0100 Subject: [PATCH] Make sticky topbar have a positive z-index --- qt/aqt/data/web/css/editor.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/qt/aqt/data/web/css/editor.scss b/qt/aqt/data/web/css/editor.scss index af714c161..09a3b7698 100644 --- a/qt/aqt/data/web/css/editor.scss +++ b/qt/aqt/data/web/css/editor.scss @@ -53,6 +53,7 @@ body { position: sticky; top: 0; left: 0; + z-index: 5; padding: 2px; }