make edit fields for sliders not get hidden by slider's label when there's not enough space
This commit is contained in:
parent
251ecee694
commit
1d7a31def8
1 changed files with 1 additions and 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 {
|
||||
|
|
Loading…
Reference in a new issue