aboutsummaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
authorVladimir Repin <32306715+mezotaken@users.noreply.github.com>2022-10-10 18:46:48 +0300
committerAUTOMATIC1111 <16777216c@gmail.com>2022-10-10 19:39:24 +0300
commit9d33baba587637815d818e5e641d8f8b74c4900d (patch)
tree180de714863c8d3416466fc3a92452f032434712 /style.css
parent6c36fe5719a824fa18f6ad3e02727783f095bc5f (diff)
Always show previous mask and fix extras_send dest
Diffstat (limited to 'style.css')
-rw-r--r--style.css7
1 files changed, 7 insertions, 0 deletions
diff --git a/style.css b/style.css
index 04bb9576..00a3d07f 100644
--- a/style.css
+++ b/style.css
@@ -467,3 +467,10 @@ input[type="range"]{
max-width: 32em;
padding: 0;
}
+
+canvas[key="mask"] {
+ z-index: 12 !important;
+ filter: invert();
+ mix-blend-mode: multiply;
+ pointer-events: none;
+}