diff options
Diffstat (limited to 'client/src/app/menu/menu.component.scss')
-rw-r--r-- | client/src/app/menu/menu.component.scss | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/client/src/app/menu/menu.component.scss b/client/src/app/menu/menu.component.scss index 9ae40493d..5bff0c328 100644 --- a/client/src/app/menu/menu.component.scss +++ b/client/src/app/menu/menu.component.scss | |||
@@ -27,6 +27,10 @@ menu { | |||
27 | overflow-y: auto; | 27 | overflow-y: auto; |
28 | } | 28 | } |
29 | 29 | ||
30 | @media not all and (hover: hover) and (pointer: fine) { | ||
31 | overflow-y: auto; | ||
32 | } | ||
33 | |||
30 | &.logged-in { | 34 | &.logged-in { |
31 | .panel-block { | 35 | .panel-block { |
32 | margin-bottom: 20px; | 36 | margin-bottom: 20px; |