Fixed a bug where the alerts list would appear under a side menu in Cosora.

This commit is contained in:
Azareal 2018-09-07 21:32:32 +10:00
parent ab6a44cf53
commit 787108ceda
1 changed files with 1 additions and 0 deletions

View File

@ -176,6 +176,7 @@ ul {
position: fixed;
top: 54px;
left: 0px;
z-index: 50;
background: var(--element-background-color);
border: 1px solid var(--element-border-color);
border-bottom: 2px solid var(--element-border-color);