add max-heigh/width to global-popup-inner

prevent the pop-up from being too big as to making exiting the pop-up impossible
This commit is contained in:
w-e-w 2023-12-01 02:59:41 +09:00
parent f0f100e67b
commit c2ed413203
1 changed files with 2 additions and 0 deletions

View File

@ -646,6 +646,8 @@ table.popup-table .link{
margin: auto;
padding: 2em;
z-index: 1001;
max-height: 90%;
max-width: 90%;
}
/* fullpage image viewer */