From bec25720da947e048a63541b4e421bd9bd846c58 Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Fri, 21 Jan 2022 18:40:23 +0200 Subject: [PATCH] Fix notification drawer always on top. Thanks to Azorimor ! Related https://github.com/wekan/wekan/pull/4301 --- client/components/cards/cardDetails.styl | 4 ++-- client/components/main/header.styl | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/client/components/cards/cardDetails.styl b/client/components/cards/cardDetails.styl index 9301362a9..6014097e4 100644 --- a/client/components/cards/cardDetails.styl +++ b/client/components/cards/cardDetails.styl @@ -92,7 +92,7 @@ avatar-radius = 50% overflow-x: hidden background: darken(white, 3%) border-radius: bottom 3px - z-index: 20 !important + z-index: 20 animation: flexGrowIn 0.1s box-shadow: 0 0 7px 0 darken(white, 30%) transition: flex-basis 0.1s @@ -257,7 +257,7 @@ avatar-radius = 50% overflow-x: scroll background: darken(white, 3%) border-radius: bottom 3px - z-index: 1000 !important + z-index: 100 animation: flexGrowIn 0.1s box-shadow: 0 0 7px 0 darken(white, 30%) transition: flex-basis 0.1s diff --git a/client/components/main/header.styl b/client/components/main/header.styl index eaca2d765..674ec4f6b 100644 --- a/client/components/main/header.styl +++ b/client/components/main/header.styl @@ -99,7 +99,7 @@ height: 28px font-size: 12px display: flex - z-index: 21 + z-index: 1000 padding: 10px 0px .allBoards