fix: Fix z-indexes

This commit is contained in:
Maksim Eltyshev
2022-11-02 21:54:30 +01:00
parent 84d8266dce
commit a31e7f5a9d
4 changed files with 4 additions and 5 deletions

View File

@@ -7,7 +7,8 @@
background: none;
}
&:active, &:hover {
&:active,
&:hover {
background: transparent;
color: rgba(255, 255, 255, 0.9);
}
@@ -42,7 +43,6 @@
height: 50px;
margin: 0;
width: 100%;
z-index: 1;
}
.notification {