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:
parent
b3323308c1
commit
00fccbaa3d
4 changed files with 4 additions and 5 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue