1
Fork 0
mirror of https://github.com/jech/galene.git synced 2024-11-09 02:05:59 +01:00

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

View file

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