Commit c2ed4132 authored by w-e-w's avatar w-e-w

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

prevent the pop-up from being too big as to making exiting the pop-up impossible
parent f0f100e6
...@@ -646,6 +646,8 @@ table.popup-table .link{ ...@@ -646,6 +646,8 @@ table.popup-table .link{
margin: auto; margin: auto;
padding: 2em; padding: 2em;
z-index: 1001; z-index: 1001;
max-height: 90%;
max-width: 90%;
} }
/* fullpage image viewer */ /* fullpage image viewer */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment