mirror of
https://github.com/plankanban/planka.git
synced 2025-12-27 09:14:59 +03:00
fix: Fix z-indexes
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user