diff options
author | bobzel <zzzman@gmail.com> | 2023-09-13 11:00:06 -0400 |
---|---|---|
committer | bobzel <zzzman@gmail.com> | 2023-09-13 11:00:06 -0400 |
commit | cc25d72902a1888c83ca2050f722f2de5f249d2c (patch) | |
tree | ceb1403230ad9dc27996b55a8f7d6908fa17522f /src | |
parent | a41fd88ba86a7f30e460f7e957080970d1429677 (diff) |
fixed zindex of videobox controls
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 5e1359441..f803715ad 100644 --- a/src/client/views/nodes/VideoBox.scss +++ b/src/client/views/nodes/VideoBox.scss @@ -84,7 +84,7 @@ width: 0; height: 0; position: relative; - z-index: 100001; + z-index: 2000; } .videoBox-ui { |