Remove the empty space at the bottom of the page

This commit is contained in:
Olivia Godone-Maresca 2023-03-21 21:39:41 -04:00
parent 3faaed9819
commit 7a4002a17a

View File

@ -13,6 +13,10 @@
z-index: 1001;
}
#viewFullSizeImgModal:not(.active) {
display: none;
}
#viewFullSizeImgModal > * {
pointer-events: auto;
margin: 0;