mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2026-01-30 20:33:06 -08:00
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:
parent
f0f100e67b
commit
c2ed413203
1 changed files with 2 additions and 0 deletions
|
|
@ -646,6 +646,8 @@ table.popup-table .link{
|
|||
margin: auto;
|
||||
padding: 2em;
|
||||
z-index: 1001;
|
||||
max-height: 90%;
|
||||
max-width: 90%;
|
||||
}
|
||||
|
||||
/* fullpage image viewer */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue