diff options
| author | Omar Roth <omarroth@protonmail.com> | 2019-10-04 12:23:51 -0400 |
|---|---|---|
| committer | Omar Roth <omarroth@protonmail.com> | 2019-10-04 12:50:44 -0400 |
| commit | e61c8046f460aac0b2c20344a07d11350a7a2689 (patch) | |
| tree | 924248e626d4e50b2f72b70da1f32338df354bae | |
| parent | c0796ac3d63823f00a5895007fbc7643af6c31a5 (diff) | |
| download | invidious-e61c8046f460aac0b2c20344a07d11350a7a2689.tar.gz invidious-e61c8046f460aac0b2c20344a07d11350a7a2689.tar.bz2 invidious-e61c8046f460aac0b2c20344a07d11350a7a2689.zip | |
Fix z-index, scrollbar in player
| -rw-r--r-- | assets/css/default.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/assets/css/default.css b/assets/css/default.css index 24714149..afa5329a 100644 --- a/assets/css/default.css +++ b/assets/css/default.css @@ -290,6 +290,10 @@ input[type="search"]::-webkit-search-cancel-button { } } +ul.vjs-menu-content::-webkit-scrollbar { + display: none; +} + .vjs-user-inactive { cursor: none; } @@ -394,6 +398,7 @@ span > select { /* ProgressBar marker */ .vjs-marker { background-color: rgba(255, 255, 255, 1); + z-index: 0; } /* Big "Play" Button */ |
