aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAUTOMATIC <16777216c@gmail.com>2023-01-03 06:21:53 +0300
committerAUTOMATIC <16777216c@gmail.com>2023-01-03 06:21:53 +0300
commit1d7a31def8b5f4c348e2dd07536ac56cb4350614 (patch)
tree4ae25436d1385b4202c7b5dca17384393bdbaf75
parent251ecee6949c36e9df1d99a950b3e1af2b5fa2b6 (diff)
make edit fields for sliders not get hidden by slider's label when there's not enough space
-rw-r--r--style.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/style.css b/style.css
index 924d4ae7..77551dd7 100644
--- a/style.css
+++ b/style.css
@@ -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 {