Merge pull request #1046 from ogmaresca/fix-empty-space-at-bottom

Fix the empty space at the bottom of the page
This commit is contained in:
cmdr2 2023-03-28 17:16:12 +05:30 committed by GitHub
commit 969eb5632f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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