diff options
author | Vladimir Repin <32306715+mezotaken@users.noreply.github.com> | 2022-10-10 18:46:48 +0300 |
---|---|---|
committer | AUTOMATIC1111 <16777216c@gmail.com> | 2022-10-10 19:39:24 +0300 |
commit | 9d33baba587637815d818e5e641d8f8b74c4900d (patch) | |
tree | 180de714863c8d3416466fc3a92452f032434712 /style.css | |
parent | 6c36fe5719a824fa18f6ad3e02727783f095bc5f (diff) |
Always show previous mask and fix extras_send dest
Diffstat (limited to 'style.css')
-rw-r--r-- | style.css | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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;
+}
|