# CSS bugfix #492

Merged
mpeltriaux merged 1 commits from fix_css_map_menu_bar_overlap into master 2025-10-21 15:59:37 +02:00
Showing only changes of commit ce63dd30bc - Show all commits

View File

@ -289,3 +289,7 @@ Overwrites netgis.css attributes
*/ */
background: var(--rlp-red) !important; background: var(--rlp-red) !important;
} }
.netgis-menu{
z-index: 1 !important;
}