Fixed a bug where the alerts list would appear under a side menu in Cosora.
This commit is contained in:
parent
ab6a44cf53
commit
787108ceda
|
@ -176,6 +176,7 @@ ul {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
top: 54px;
|
top: 54px;
|
||||||
left: 0px;
|
left: 0px;
|
||||||
|
z-index: 50;
|
||||||
background: var(--element-background-color);
|
background: var(--element-background-color);
|
||||||
border: 1px solid var(--element-border-color);
|
border: 1px solid var(--element-border-color);
|
||||||
border-bottom: 2px solid var(--element-border-color);
|
border-bottom: 2px solid var(--element-border-color);
|
||||||
|
|
Loading…
Reference in New Issue