mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-21 15:33:23 +01:00
Make sure context menu opens over splitter
This commit is contained in:
parent
ba3aa1c4b5
commit
485ebf2cc3
@ -6,6 +6,11 @@ html, body {
|
||||
margin: 0px;
|
||||
}
|
||||
|
||||
.egw_menu::part(popup)
|
||||
{
|
||||
z-index: var(--sl-z-index-dropdown);
|
||||
}
|
||||
|
||||
egw-framework#egw_fw_basecontainer {
|
||||
--icon-size: 32px;
|
||||
--sl-tooltip-arrow-size: 0;
|
||||
@ -218,4 +223,6 @@ div.et2_nextmatch {
|
||||
.egwGridView_scrollarea {
|
||||
overflow-x: hidden;
|
||||
overflow-y: auto;
|
||||
}
|
||||
}
|
||||
|
||||
/*** END WIDGETS ***/
|
Loading…
Reference in New Issue
Block a user