aboutsummaryrefslogtreecommitdiffstats
path: root/style.css
diff options
context:
space:
mode:
authorAUTOMATIC1111 <16777216c@gmail.com>2023-12-02 06:30:27 +0000
committerGitHub <noreply@github.com>2023-12-02 06:30:27 +0000
commit600036d158e45c688fc99dcbbb6792d00094f6d6 (patch)
tree372b32a7dcf7f27d7ab05fcc49c34790186f5a21 /style.css
parent41255527529f15a8cb95e3ccd6e6024273411c65 (diff)
parent01c8f1803a77c63b2ebfd3cbbd41659fb914f274 (diff)
downloadstable-diffusion-webui-gfx803-600036d158e45c688fc99dcbbb6792d00094f6d6.tar.gz
stable-diffusion-webui-gfx803-600036d158e45c688fc99dcbbb6792d00094f6d6.tar.bz2
stable-diffusion-webui-gfx803-600036d158e45c688fc99dcbbb6792d00094f6d6.zip
Merge pull request #14156 from AUTOMATIC1111/metadata-pop-up-size-limit
fix not able to exit metadata popup when pop up is too big
Diffstat (limited to 'style.css')
-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 */