diff --git a/cam/static/css/toolbar.css b/cam/static/css/toolbar.css index 02d975d..ba35ef7 100644 --- a/cam/static/css/toolbar.css +++ b/cam/static/css/toolbar.css @@ -7,7 +7,7 @@ padding: 0; background: black; font-size: 14px; - z-index: -1; + z-index: 999; } .mandaye-toolbar-left { @@ -70,4 +70,7 @@ top: 36px; } -body { margin-top: 36px !important; } +body { + margin-top: 36px !important; + position: relative !important; +}