diff options
author | AUTOMATIC <16777216c@gmail.com> | 2023-01-03 03:21:53 +0000 |
---|---|---|
committer | AUTOMATIC <16777216c@gmail.com> | 2023-01-03 03:21:53 +0000 |
commit | 1d7a31def8b5f4c348e2dd07536ac56cb4350614 (patch) | |
tree | 4ae25436d1385b4202c7b5dca17384393bdbaf75 | |
parent | 251ecee6949c36e9df1d99a950b3e1af2b5fa2b6 (diff) | |
download | stable-diffusion-webui-gfx803-1d7a31def8b5f4c348e2dd07536ac56cb4350614.tar.gz stable-diffusion-webui-gfx803-1d7a31def8b5f4c348e2dd07536ac56cb4350614.tar.bz2 stable-diffusion-webui-gfx803-1d7a31def8b5f4c348e2dd07536ac56cb4350614.zip |
make edit fields for sliders not get hidden by slider's label when there's not enough space
-rw-r--r-- | style.css | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -509,7 +509,7 @@ canvas[key="mask"] { position: absolute;
right: 0.5em;
top: -0.6em;
- z-index: 200;
+ z-index: 400;
width: 8em;
}
#quicksettings .gr-box > div > div > input.gr-text-input {
|