# CSS bugfix

* fixes a rendering bug where the menu bar of the map client overlapped modal forms
This commit is contained in:
mpeltriaux 2025-10-21 15:57:25 +02:00
parent e5db7f6b13
commit ce63dd30bc

View File

@ -288,4 +288,8 @@ Overwrites netgis.css attributes
Overwrites gradient used on default css of netgis map client
*/
background: var(--rlp-red) !important;
}
.netgis-menu{
z-index: 1 !important;
}