1
0
Fork 0
mirror of https://github.com/plankanban/planka.git synced 2025-07-23 15:19:44 +02:00

fix: Fix z-indexes

This commit is contained in:
Maksim Eltyshev 2022-11-02 21:54:30 +01:00
parent b3323308c1
commit 00fccbaa3d
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 {