From 0db37c96f567fd20129031f300406cf80c461d95 Mon Sep 17 00:00:00 2001 From: Sebastian Kippe Date: Sun, 12 Nov 2017 14:56:50 +0100 Subject: [PATCH] Prevent widget being hidden on race condition --- app/styles/_layout.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/app/styles/_layout.scss b/app/styles/_layout.scss index 2cab22a..eb68ef0 100644 --- a/app/styles/_layout.scss +++ b/app/styles/_layout.scss @@ -6,6 +6,7 @@ position: fixed; right: 0.5rem; top: 0.5rem; + z-index: 1; } #app-container {