aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/ImageBox.scss
diff options
context:
space:
mode:
authorbobzel <zzzman@gmail.com>2021-01-19 11:31:02 -0500
committerbobzel <zzzman@gmail.com>2021-01-19 11:31:02 -0500
commit22a2462a6854f31f6f546d56258aec2042073d4b (patch)
tree60a35a6fd5704ececa538a7cf0e54bb5dde23edb /src/client/views/nodes/ImageBox.scss
parent90c8fe926efa245f256c7e0a496beaecf0572294 (diff)
more cleanup of marquee annotator. added marquee annotator to images
Diffstat (limited to 'src/client/views/nodes/ImageBox.scss')
-rw-r--r--src/client/views/nodes/ImageBox.scss10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/client/views/nodes/ImageBox.scss b/src/client/views/nodes/ImageBox.scss
index c1b95b308..41055e2db 100644
--- a/src/client/views/nodes/ImageBox.scss
+++ b/src/client/views/nodes/ImageBox.scss
@@ -5,6 +5,16 @@
position: relative;
transform-origin: top left;
+
+ .imageBox-annotationLayer {
+ position: absolute;
+ transform-origin: left top;
+ top: 0;
+ width: 100%;
+ pointer-events: none;
+ mix-blend-mode: multiply; // bcz: makes text fuzzy!
+ }
+
.imageBox-fader {
pointer-events: inherit;
}