diff options
author | AUTOMATIC <16777216c@gmail.com> | 2023-01-18 20:29:44 +0300 |
---|---|---|
committer | AUTOMATIC <16777216c@gmail.com> | 2023-01-18 20:29:44 +0300 |
commit | 889b851a5260ce869a3286ad15d17d1bbb1da0a7 (patch) | |
tree | d64cc8ec977a229ead106f2eb989c4e44200206c | |
parent | 6faae2323963f9b0e0086a85b9d0472a24fbaa73 (diff) |
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{
|