mirror of
https://github.com/xuthus83/pigallery2.git
synced 2025-01-14 14:43:17 +08:00
leaflet (yaga-map) uses z-index that confuses safari on IOS and prevents click propagation for photo preview (lightbox)
27 lines
277 B
CSS
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;
|
|
}
|