diff options
author | AUTOMATIC <16777216c@gmail.com> | 2023-01-18 17:29:44 +0000 |
---|---|---|
committer | AUTOMATIC <16777216c@gmail.com> | 2023-01-18 17:29:44 +0000 |
commit | 889b851a5260ce869a3286ad15d17d1bbb1da0a7 (patch) | |
tree | d64cc8ec977a229ead106f2eb989c4e44200206c | |
parent | 6faae2323963f9b0e0086a85b9d0472a24fbaa73 (diff) | |
download | stable-diffusion-webui-gfx803-889b851a5260ce869a3286ad15d17d1bbb1da0a7.tar.gz stable-diffusion-webui-gfx803-889b851a5260ce869a3286ad15d17d1bbb1da0a7.tar.bz2 stable-diffusion-webui-gfx803-889b851a5260ce869a3286ad15d17d1bbb1da0a7.zip |
make live previews not obscure multiselect dropdowns
-rw-r--r-- | style.css | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -148,6 +148,7 @@ #txt2img_styles ul, #img2img_styles ul{
max-height: 35em;
+ z-index: 2000;
}
.gr-form{
|