diff --git a/frontend/resources/styles/main/layouts/inspect.scss b/frontend/resources/styles/main/layouts/inspect.scss index d0815a370..8b13d09f7 100644 --- a/frontend/resources/styles/main/layouts/inspect.scss +++ b/frontend/resources/styles/main/layouts/inspect.scss @@ -28,7 +28,7 @@ $width-settings-bar: 256px; top: 0; transition: top 400ms ease 300ms; margin-bottom: 0; - z-index: 2; + z-index: 10; } & .viewer-bottom { @@ -46,7 +46,7 @@ $width-settings-bar: 256px; top: -48px; left: 0; transition: top 400ms ease 300ms; - z-index: 2; + z-index: 10; margin-bottom: 48px; &::after { diff --git a/frontend/resources/styles/main/partials/viewer-header.scss b/frontend/resources/styles/main/partials/viewer-header.scss index f1dd412ce..d8e15b3c3 100644 --- a/frontend/resources/styles/main/partials/viewer-header.scss +++ b/frontend/resources/styles/main/partials/viewer-header.scss @@ -54,6 +54,7 @@ display: flex; justify-content: flex-end; position: relative; + z-index: 10; > * { margin-left: $size-5;