diff options
Diffstat (limited to 'client/src/sass/player/context-menu.scss')
-rw-r--r-- | client/src/sass/player/context-menu.scss | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/client/src/sass/player/context-menu.scss b/client/src/sass/player/context-menu.scss index 1738f486d..1653dd2c4 100644 --- a/client/src/sass/player/context-menu.scss +++ b/client/src/sass/player/context-menu.scss | |||
@@ -12,6 +12,7 @@ $context-menu-width: 350px; | |||
12 | padding: 8px 0; | 12 | padding: 8px 0; |
13 | border-radius: 4px; | 13 | border-radius: 4px; |
14 | width: $context-menu-width; | 14 | width: $context-menu-width; |
15 | z-index: 105; // On top of the progress bar | ||
15 | 16 | ||
16 | .vjs-menu-content { | 17 | .vjs-menu-content { |
17 | opacity: $primary-foreground-opacity; | 18 | opacity: $primary-foreground-opacity; |