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

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
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -646,6 +646,8 @@ table.popup-table .link{
    margin: auto;
    padding: 2em;
    z-index: 1001;
    max-height: 90%;
    max-width: 90%;
}

/* fullpage image viewer */