Spaces:
Sleeping
Sleeping
.geolocation { | |
position: relative; | |
.map { | |
position: absolute; | |
left: 0; | |
top: 0; | |
width: 100%; | |
height: 100%; | |
} | |
.info { | |
position: absolute; | |
bottom: 0; | |
left: 0; | |
background: var(--darker-background); | |
padding: 10px; | |
color: var(--foreground); | |
width: 100%; | |
border-top: 1px solid var(--border); | |
z-index: 1000; | |
} | |
} | |