aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/VideoBox.scss
diff options
context:
space:
mode:
authormehekj <mehek.jethani@gmail.com>2022-06-22 12:55:42 -0400
committermehekj <mehek.jethani@gmail.com>2022-06-22 12:55:42 -0400
commitfb7e5e6fa98f32a657538704fa5441ddda8e0bb8 (patch)
tree93b2f6debf098865d88c95b0f68021d69c3facfd /src/client/views/nodes/VideoBox.scss
parent643f3d8b7f1861202f0794de3ba8f952520528af (diff)
fixed timeline label bug removed "NaN"
Diffstat (limited to 'src/client/views/nodes/VideoBox.scss')
-rw-r--r--src/client/views/nodes/VideoBox.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/nodes/VideoBox.scss b/src/client/views/nodes/VideoBox.scss
index 882b9f060..aa51714da 100644
--- a/src/client/views/nodes/VideoBox.scss
+++ b/src/client/views/nodes/VideoBox.scss
@@ -83,7 +83,6 @@
.videoBox-ui-wrapper {
width: 0;
height: 0;
- z-index: 100001;
}
.videoBox-ui {
@@ -98,6 +97,7 @@
height: 40px;
padding: 0 10px 0 7px;
transition: opacity 0.3s;
+ z-index: 100001;
.timecode-controls {
display: flex;