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/VideoBox.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/VideoBox.scss')
| -rw-r--r-- | src/client/views/nodes/VideoBox.scss | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/client/views/nodes/VideoBox.scss b/src/client/views/nodes/VideoBox.scss index b9123587b..dd8d77603 100644 --- a/src/client/views/nodes/VideoBox.scss +++ b/src/client/views/nodes/VideoBox.scss @@ -13,6 +13,11 @@ .collectionStackedTimeline { background: beige; } + .videoBox-stackPanel { + z-index: -1; + width: 100%; + position: absolute; + } } .videoBox-content-YouTube, .videoBox-content-YouTube-fullScreen, |
