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 {