# CSS bugfix
* fixes a rendering bug where the menu bar of the map client overlapped modal forms
This commit is contained in:
parent
e5db7f6b13
commit
ce63dd30bc
@ -288,4 +288,8 @@ Overwrites netgis.css attributes
|
|||||||
Overwrites gradient used on default css of netgis map client
|
Overwrites gradient used on default css of netgis map client
|
||||||
*/
|
*/
|
||||||
background: var(--rlp-red) !important;
|
background: var(--rlp-red) !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.netgis-menu{
|
||||||
|
z-index: 1 !important;
|
||||||
}
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user