Fix right-click save image in gallery (firefox) (#588)

This commit is contained in:
bymyself
2024-08-21 18:28:12 -07:00
committed by GitHub
parent 8b989c6415
commit 0466c79725

View File

@@ -94,7 +94,10 @@ img.galleria-image {
max-width: 100vw;
max-height: 100vh;
object-fit: contain;
}
.p-galleria-close-button {
/* Set z-index so the close button doesn't get hidden behind the image when image is large */
z-index: -1;
z-index: 1;
}
</style>