diff options
author | Chocobozzz <me@florianbigard.com> | 2020-02-13 10:28:42 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2020-02-13 10:28:42 +0100 |
commit | 72ab1bc82d4357ed869b8828badb33258aea942d (patch) | |
tree | 7b773f87bd298a33884b016ecca065c6d1cf8886 /client/src/app/menu/menu.component.scss | |
parent | 24e7916c6897bbb38e057cdf1a102286006be964 (diff) | |
download | PeerTube-72ab1bc82d4357ed869b8828badb33258aea942d.tar.gz PeerTube-72ab1bc82d4357ed869b8828badb33258aea942d.tar.zst PeerTube-72ab1bc82d4357ed869b8828badb33258aea942d.zip |
Fix menu z-index on mobile on watch page
Diffstat (limited to 'client/src/app/menu/menu.component.scss')
-rw-r--r-- | client/src/app/menu/menu.component.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/menu/menu.component.scss b/client/src/app/menu/menu.component.scss index 2963d4d19..dd718a091 100644 --- a/client/src/app/menu/menu.component.scss +++ b/client/src/app/menu/menu.component.scss | |||
@@ -6,7 +6,7 @@ | |||
6 | height: calc(100vh - #{$header-height}); | 6 | height: calc(100vh - #{$header-height}); |
7 | padding: 0; | 7 | padding: 0; |
8 | width: $menu-width; | 8 | width: $menu-width; |
9 | z-index: 10000; | 9 | z-index: 11000; |
10 | } | 10 | } |
11 | 11 | ||
12 | menu { | 12 | menu { |