Fix bottom safe area: html background + fixed inset for map page

This commit is contained in:
Maurice
2026-03-21 22:54:20 +01:00
parent 031cc3587b
commit 502c334cbf
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
@tailwind components;
@tailwind utilities;
html { height: 100%; overflow: hidden; }
html { height: 100%; overflow: hidden; background-color: var(--bg-primary); }
body { height: 100%; overflow: auto; overscroll-behavior: none; -webkit-overflow-scrolling: touch; }
.atlas-tooltip {