diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2024-01-22 13:36:37 +0100 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2024-01-22 13:54:33 +0100 |
commit | cbdf30d8efe48c458035e66d6804f8597efca9c5 (patch) | |
tree | 08c7c9b260ee953493090b6fe371bf7f490e2054 /index.html | |
parent | 80b4fe32ac88ed213c9fcbc227ba5fd53a2f5fc3 (diff) |
index.html: Move popup element outside #map-control-container.
It doesn't belong there.
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -12,8 +12,8 @@ <div id="layer-selection-panel"></div> <div id="map-legend-panel"></div> <div id="map-menu"></div> - <div id="popup"></div> </div> + <div id="popup"></div> <div class="modal" id="modal-info" tabindex="-1" aria-hidden="true"> <div class="modal-dialog modal-dialog-centered modal-dialog-scrollable modal-lg"> <div class="modal-content"> |