Fix label on top of dropdown menu #44
This commit is contained in:
parent
fb7b4dc853
commit
0ef3e6aba8
1 changed files with 4 additions and 0 deletions
|
@ -475,6 +475,10 @@ body.pushable > .pusher {
|
|||
}
|
||||
}
|
||||
|
||||
.ui.dropdown.filter.priority .ui.menu {
|
||||
z-index: calc(var(--dimmerZIndex) + 3);
|
||||
}
|
||||
|
||||
/**
|
||||
* List
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue