mirror of
https://github.com/wekan/wekan.git
synced 2026-03-13 08:56:13 +01:00
Fix notification drawer always on top.
Thanks to Azorimor ! Related https://github.com/wekan/wekan/pull/4301
This commit is contained in:
parent
0db7ba5107
commit
bec25720da
2 changed files with 3 additions and 3 deletions
|
|
@ -92,7 +92,7 @@ avatar-radius = 50%
|
||||||
overflow-x: hidden
|
overflow-x: hidden
|
||||||
background: darken(white, 3%)
|
background: darken(white, 3%)
|
||||||
border-radius: bottom 3px
|
border-radius: bottom 3px
|
||||||
z-index: 20 !important
|
z-index: 20
|
||||||
animation: flexGrowIn 0.1s
|
animation: flexGrowIn 0.1s
|
||||||
box-shadow: 0 0 7px 0 darken(white, 30%)
|
box-shadow: 0 0 7px 0 darken(white, 30%)
|
||||||
transition: flex-basis 0.1s
|
transition: flex-basis 0.1s
|
||||||
|
|
@ -257,7 +257,7 @@ avatar-radius = 50%
|
||||||
overflow-x: scroll
|
overflow-x: scroll
|
||||||
background: darken(white, 3%)
|
background: darken(white, 3%)
|
||||||
border-radius: bottom 3px
|
border-radius: bottom 3px
|
||||||
z-index: 1000 !important
|
z-index: 100
|
||||||
animation: flexGrowIn 0.1s
|
animation: flexGrowIn 0.1s
|
||||||
box-shadow: 0 0 7px 0 darken(white, 30%)
|
box-shadow: 0 0 7px 0 darken(white, 30%)
|
||||||
transition: flex-basis 0.1s
|
transition: flex-basis 0.1s
|
||||||
|
|
|
||||||
|
|
@ -99,7 +99,7 @@
|
||||||
height: 28px
|
height: 28px
|
||||||
font-size: 12px
|
font-size: 12px
|
||||||
display: flex
|
display: flex
|
||||||
z-index: 21
|
z-index: 1000
|
||||||
padding: 10px 0px
|
padding: 10px 0px
|
||||||
|
|
||||||
.allBoards
|
.allBoards
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue