Prevent navigation while zoomed in lightbox

This commit is contained in:
2026-03-17 11:20:46 +01:00
parent 5434ce5f53
commit e750736a1c
2 changed files with 36 additions and 4 deletions

View File

@@ -360,6 +360,10 @@ html.luxtools-noscroll body {
cursor: pointer;
}
.luxtools-lightbox.luxtools-lightbox-no-nav button.luxtools-lightbox-zone {
pointer-events: none;
}
.luxtools-lightbox button.luxtools-lightbox-zone-prev {
left: 0;
}