From a6da1ded25e40b29c0f65ad7433b467caae20f31 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julius=20H=C3=A4rtl?= Date: Fri, 9 Nov 2018 16:01:45 +0100 Subject: [PATCH] 13: force app sidebar on top (fixes #575) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Julius Härtl --- css/comp-13.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/css/comp-13.scss b/css/comp-13.scss index 6f78fd543..ac8fe7e84 100644 --- a/css/comp-13.scss +++ b/css/comp-13.scss @@ -16,6 +16,7 @@ width: 500px; display:flex; flex-direction: column; + z-index: 1500; &.details-visible { right: 0;