From ce63dd30bcb8d046fc835a32fd19fcc337b4600f Mon Sep 17 00:00:00 2001 From: mpeltriaux Date: Tue, 21 Oct 2025 15:57:25 +0200 Subject: [PATCH] # CSS bugfix * fixes a rendering bug where the menu bar of the map client overlapped modal forms --- konova/static/css/konova.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/konova/static/css/konova.css b/konova/static/css/konova.css index 0c872967..929e5216 100644 --- a/konova/static/css/konova.css +++ b/konova/static/css/konova.css @@ -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; } \ No newline at end of file -- 2.47.2