diff options
Diffstat (limited to 'client/src')
-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 | } | ||