diff options
author | Chocobozzz <me@florianbigard.com> | 2020-02-20 10:43:33 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2020-02-20 10:43:33 +0100 |
commit | 4c1def5fd8e9f483238eb38e221f555e2e6bbf07 (patch) | |
tree | 01c5c8e3e5130fac8493ae39fe0af8a16d85a266 /client/src/app | |
parent | 80adb0366f0c2efabfd554009239f406983c1e15 (diff) | |
parent | c06be129506de9ac8d9910fed473c86724ca0e4e (diff) | |
download | PeerTube-4c1def5fd8e9f483238eb38e221f555e2e6bbf07.tar.gz PeerTube-4c1def5fd8e9f483238eb38e221f555e2e6bbf07.tar.zst PeerTube-4c1def5fd8e9f483238eb38e221f555e2e6bbf07.zip |
Merge branch 'release/2.1.0' into develop
Diffstat (limited to 'client/src/app')
-rw-r--r-- | client/src/app/menu/menu.component.scss | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/client/src/app/menu/menu.component.scss b/client/src/app/menu/menu.component.scss index cb5f90723..dec045928 100644 --- a/client/src/app/menu/menu.component.scss +++ b/client/src/app/menu/menu.component.scss | |||
@@ -261,3 +261,11 @@ menu { | |||
261 | width: 100% !important; | 261 | width: 100% !important; |
262 | } | 262 | } |
263 | } | 263 | } |
264 | |||
265 | @media (hover: none) and (pointer: coarse) { | ||
266 | .menu-wrapper { | ||
267 | menu { | ||
268 | overflow-y: auto; | ||
269 | } | ||
270 | } | ||
271 | } | ||