1
0
mirror of https://github.com/xuthus83/pigallery2.git synced 2025-01-14 14:43:17 +08:00
pigallery2/src/frontend/app/ui/gallery/map/map.gallery.component.css
Patrik J. Braun 66bb7abf83 Disabling Map preview on IOS #155.
leaflet (yaga-map) uses z-index that confuses safari on IOS and prevents click propagation for photo preview (lightbox)
2021-04-04 09:39:10 +02:00

27 lines
277 B
CSS

.yaga-map{
/*z-index: 0;*/
width: 100%;
height: 100%;
}
.clickable{
cursor: pointer;
}
.oi{
font-size: 59pt;
}
#map {
width: 100%;
height: 100%;
}
.overlay {
width: 100%;
height: 100%;
background-color: transparent;
opacity: 0.8;
cursor: pointer;
}