diff options
author | mehekj <mehek.jethani@gmail.com> | 2022-06-22 12:05:43 -0400 |
---|---|---|
committer | mehekj <mehek.jethani@gmail.com> | 2022-06-22 12:05:43 -0400 |
commit | 643f3d8b7f1861202f0794de3ba8f952520528af (patch) | |
tree | f1236a08dc44d9a6dbe0779603cc4f75530dfaf2 /src | |
parent | b99e32960ff624237ca99c8d6ee756026a79003a (diff) |
fix UI for presentation videos
Diffstat (limited to 'src')
-rw-r--r-- | src/client/views/nodes/VideoBox.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/nodes/VideoBox.scss b/src/client/views/nodes/VideoBox.scss index da29c291f..882b9f060 100644 --- a/src/client/views/nodes/VideoBox.scss +++ b/src/client/views/nodes/VideoBox.scss @@ -83,6 +83,7 @@ .videoBox-ui-wrapper { width: 0; height: 0; + z-index: 100001; } .videoBox-ui { @@ -94,7 +95,6 @@ background-color: $dark-gray; color: white; border-radius: 100px; - z-index: 2001; height: 40px; padding: 0 10px 0 7px; transition: opacity 0.3s; |