From ca4b1594a77d1a31188dde1e5f6f7a900cd29118 Mon Sep 17 00:00:00 2001 From: Kim <1877318+kimsible@users.noreply.github.com> Date: Fri, 1 May 2020 20:05:19 +0200 Subject: Fix dropdown-user placement and menu-left scroll on touchscreens (#2706) --- client/src/app/menu/menu.component.scss | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'client/src/app/menu/menu.component.scss') 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 { overflow-y: auto; } + @media not all and (hover: hover) and (pointer: fine) { + overflow-y: auto; + } + &.logged-in { .panel-block { margin-bottom: 20px; -- cgit v1.2.3