aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorw-e-w <40751091+w-e-w@users.noreply.github.com>2023-12-01 02:59:41 +0900
committerw-e-w <40751091+w-e-w@users.noreply.github.com>2023-12-01 02:59:41 +0900
commitc2ed4132037a32cda856e8ba6e2cda32b44b9784 (patch)
treed8753443c0c0730e6e44bc8b35689caf0a1183d5
parentf0f100e67b78f686dc73cf3c8cad422e45cc9b8a (diff)
add max-heigh/width to global-popup-inner
prevent the pop-up from being too big as to making exiting the pop-up impossible
-rw-r--r--style.css2
1 files changed, 2 insertions, 0 deletions
diff --git a/style.css b/style.css
index 6e3ca841..ee39a57b 100644
--- a/style.css
+++ b/style.css
@@ -646,6 +646,8 @@ table.popup-table .link{
margin: auto;
padding: 2em;
z-index: 1001;
+ max-height: 90%;
+ max-width: 90%;
}
/* fullpage image viewer */