web/lightbox: fix scrollbars

Signed-off-by: Sumner Evans <me@sumnerevans.com>
This commit is contained in:
Sumner Evans 2025-03-06 23:47:28 -07:00
parent f79678a87f
commit 74362179b8
No known key found for this signature in database
GPG key ID: 8904527AB50022FD

View file

@ -30,7 +30,7 @@ div.overlay {
} }
> div.modal-box-inner { > div.modal-box-inner {
overflow: scroll; overflow: auto;
} }
} }
} }