Fix label on top of dropdown menu #44

This commit is contained in:
grandeljay 2022-11-02 19:59:33 +01:00
parent fb7b4dc853
commit 0ef3e6aba8

View file

@ -475,6 +475,10 @@ body.pushable > .pusher {
}
}
.ui.dropdown.filter.priority .ui.menu {
z-index: calc(var(--dimmerZIndex) + 3);
}
/**
* List
*/