From 8a852df1c918d8e31ba0b540798895fcd420cca7 Mon Sep 17 00:00:00 2001 From: bobzel Date: Mon, 10 Jul 2023 21:05:48 -0400 Subject: fixed having ink show up above modals. --- src/client/views/OverlayView.scss | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'src') diff --git a/src/client/views/OverlayView.scss b/src/client/views/OverlayView.scss index 033cdf1f7..5362bf9f0 100644 --- a/src/client/views/OverlayView.scss +++ b/src/client/views/OverlayView.scss @@ -5,7 +5,6 @@ width: 100vw; height: 100vh; /* background-color: pink; */ - z-index: 100000; } .overlayWindow-outerDiv { @@ -55,8 +54,8 @@ } .overlayView-doc { - z-index: 9002; //so that it appears above chroma + z-index: 9002; //so that it appears above chroma position: absolute; top: 0; left: 0; -} \ No newline at end of file +} -- cgit v1.2.3-70-g09d2