1
Fork 0

Change z-level of contextual menu

This commit is contained in:
Juliusz Chroboczek 2022-05-29 01:50:17 +02:00
parent cf495d31b3
commit 96f39ca315
1 changed files with 4 additions and 0 deletions

View File

@ -1307,3 +1307,7 @@ header .collapse:hover {
--contextualOverflowIcon: #999;
--contextualSeperator: #999;
}
.contextualMenu{
z-index: 2999;
}