diff options
| author | bobzel <zzzman@gmail.com> | 2021-02-10 10:35:34 -0500 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2021-02-10 10:35:34 -0500 |
| commit | 861363c59997db5cde1b96786b156b64630465d7 (patch) | |
| tree | 36bba36353d933c8e1487f252b870e472cb18be5 /src/client/views/PreviewCursor.scss | |
| parent | 522b9a4a1a59cfb6ab181354e996ffde8ce97049 (diff) | |
fixed some z-index issues with lightbox and typing new notes + videobox zooming zindex
Diffstat (limited to 'src/client/views/PreviewCursor.scss')
| -rw-r--r-- | src/client/views/PreviewCursor.scss | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/views/PreviewCursor.scss b/src/client/views/PreviewCursor.scss index d384fd284..de9bd69c4 100644 --- a/src/client/views/PreviewCursor.scss +++ b/src/client/views/PreviewCursor.scss @@ -7,4 +7,5 @@ left:0; pointer-events: none; opacity: 1; + z-index: 1001; }
\ No newline at end of file |
