Lightbox: Fix clicks outside of zoomable area

This commit is contained in:
Josh Perez 2022-02-01 18:49:36 -05:00 committed by GitHub
parent 04c08a624b
commit b38590a4ac
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 30 additions and 22 deletions

View file

@ -129,6 +129,12 @@
}
}
&__zoomable-container {
align-items: center;
display: flex;
justify-content: center;
}
&__zoom-button {
@include button-reset;
cursor: zoom-in;