fix UI shift on Modals

This commit is contained in:
nocnico
2025-06-01 23:58:43 +02:00
parent ba90cd13be
commit b2d847a1fd

View File

@@ -23,6 +23,10 @@
--color-fms-9: rgb(10, 134, 25);
}
:root:has(:is(.modal-open, .modal:target, .modal-toggle:checked + .modal, .modal[open])) {
scrollbar-gutter: unset;
}
.leaflet-popup-tip-container {
display: none;
}