diff options
-rw-r--r-- | style.css | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -208,7 +208,8 @@ body.inprogress { margin-right: var(--map-menu-spacing); font-size: medium; z-index: 11; - max-height: max-content; + height: max-content; + max-height: 100%; pointer-events: auto; --bs-modal-color: var(--bs-body-color); --bs-modal-padding: .75rem; |