diff options
author | Chocobozzz <me@florianbigard.com> | 2021-05-14 14:18:13 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2021-05-14 14:18:13 +0200 |
commit | 5b1a6d45b5d6e50102e1c7c8c845401b76b11b4d (patch) | |
tree | f4d7f184593e6e025b71cbe7cb4ea8583fd267b0 /client/src/sass | |
parent | aea0b0e7cde7495e60fe07b4444067f53d35ce3f (diff) | |
parent | cb4bab61c19f2be7858f9cc6e8e234f04b1d504f (diff) | |
download | PeerTube-5b1a6d45b5d6e50102e1c7c8c845401b76b11b4d.tar.gz PeerTube-5b1a6d45b5d6e50102e1c7c8c845401b76b11b4d.tar.zst PeerTube-5b1a6d45b5d6e50102e1c7c8c845401b76b11b4d.zip |
Merge branch 'release/3.2.0' into develop
Diffstat (limited to 'client/src/sass')
-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; |