Make sure context menu opens over splitter

This commit is contained in:
nathan 2024-06-17 09:41:57 -06:00
parent ba3aa1c4b5
commit 485ebf2cc3

View File

@ -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 ***/