From dec854a012c34adc27647f0303446e734aab1c44 Mon Sep 17 00:00:00 2001 From: Alejandro Alonso Date: Thu, 2 Mar 2023 07:13:55 +0100 Subject: [PATCH] :bug: Fix full screen not clickable on inspect mode after user entered full screen --- frontend/resources/styles/main/layouts/inspect.scss | 4 ++-- frontend/resources/styles/main/partials/viewer-header.scss | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) 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;