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/nodes/WebBox.scss | |
| parent | 522b9a4a1a59cfb6ab181354e996ffde8ce97049 (diff) | |
fixed some z-index issues with lightbox and typing new notes + videobox zooming zindex
Diffstat (limited to 'src/client/views/nodes/WebBox.scss')
| -rw-r--r-- | src/client/views/nodes/WebBox.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/nodes/WebBox.scss b/src/client/views/nodes/WebBox.scss index 5a7c1c904..ca6611a6b 100644 --- a/src/client/views/nodes/WebBox.scss +++ b/src/client/views/nodes/WebBox.scss @@ -96,7 +96,7 @@ } .webBox-annotationToggle { - z-index: 9001; + z-index: 901; position: absolute; top: 2; left: 2; |
