From 8bf929dee7892e2a80bedf9fd0c13e0e80f7003b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Morav=C4=8D=C3=ADk=2C=20Marian?= Date: Sat, 2 May 2020 20:45:16 +0200 Subject: [PATCH] WIP --- static/css/bazarr.css | 2 +- static/scss/bazarr.scss | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/static/css/bazarr.css b/static/css/bazarr.css index ee80bab02..2dc194ce7 100644 --- a/static/css/bazarr.css +++ b/static/css/bazarr.css @@ -34,7 +34,7 @@ body { position: fixed; top: 60px; width: 100%; - z-index: 33; } + z-index: 19; } .topbar { background: #ce2829; } diff --git a/static/scss/bazarr.scss b/static/scss/bazarr.scss index 9a5612aa9..f80cb43e3 100644 --- a/static/scss/bazarr.scss +++ b/static/scss/bazarr.scss @@ -31,7 +31,7 @@ body { position: fixed; top: 60px; width: 100%; - z-index: 33; + z-index: 19; } .topbar {