Spaces:
Sleeping
Sleeping
| @import "tailwindcss"; | |
| /* Safe area for mobile bottom navigation */ | |
| .safe-area-bottom { | |
| padding-bottom: max(1rem, env(safe-area-inset-bottom)); | |
| } | |
| /* Hide scrollbar but keep functionality */ | |
| .scrollbar-hide { | |
| -ms-overflow-style: none; | |
| scrollbar-width: none; | |
| } | |
| .scrollbar-hide::-webkit-scrollbar { | |
| display: none; | |
| } | |
| /* Leaflet map fixes */ | |
| .leaflet-container { | |
| z-index: 0; | |
| }; | |