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/LightboxView.scss | |
| parent | 522b9a4a1a59cfb6ab181354e996ffde8ce97049 (diff) | |
fixed some z-index issues with lightbox and typing new notes + videobox zooming zindex
Diffstat (limited to 'src/client/views/LightboxView.scss')
| -rw-r--r-- | src/client/views/LightboxView.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/LightboxView.scss b/src/client/views/LightboxView.scss index 9847966bf..35f11b699 100644 --- a/src/client/views/LightboxView.scss +++ b/src/client/views/LightboxView.scss @@ -4,7 +4,7 @@ width: 100%; height: 100%; background: #000000bb; - z-index: 10000; + z-index: 1000; .lightboxView-contents { position: absolute; } |
