mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-05-08 08:58:38 +01:00
Get a handle on all our z-index values
This commit is contained in:
@@ -29,7 +29,7 @@
|
||||
position: absolute;
|
||||
top: calc(#{$header-height} + var(--title-bar-drag-area-height));
|
||||
width: 100%;
|
||||
z-index: 1;
|
||||
z-index: $z-index-base;
|
||||
|
||||
@include light-theme() {
|
||||
background-color: $color-white;
|
||||
|
||||
Reference in New Issue
Block a user