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 {