From 03586ba82be7ad1e8a3dd60fac56a07ce75c22b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Morav=C4=8D=C3=ADk=2C=20Marian?= Date: Sat, 2 May 2020 16:09:13 +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 8a66458b2..ee80bab02 100644 --- a/static/css/bazarr.css +++ b/static/css/bazarr.css @@ -34,7 +34,7 @@ body { position: fixed; top: 60px; width: 100%; - z-index: 333; } + z-index: 33; } .topbar { background: #ce2829; } diff --git a/static/scss/bazarr.scss b/static/scss/bazarr.scss index 3602abea0..9a5612aa9 100644 --- a/static/scss/bazarr.scss +++ b/static/scss/bazarr.scss @@ -31,7 +31,7 @@ body { position: fixed; top: 60px; width: 100%; - z-index: 333; + z-index: 33; } .topbar {