mirror of
https://github.com/jech/galene.git
synced 2024-11-10 02:35:58 +01:00
Change z-level of contextual menu
This commit is contained in:
parent
cf495d31b3
commit
96f39ca315
1 changed files with 4 additions and 0 deletions
|
@ -1307,3 +1307,7 @@ header .collapse:hover {
|
||||||
--contextualOverflowIcon: #999;
|
--contextualOverflowIcon: #999;
|
||||||
--contextualSeperator: #999;
|
--contextualSeperator: #999;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.contextualMenu{
|
||||||
|
z-index: 2999;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue