aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/menu/menu.component.scss
diff options
context:
space:
mode:
authorKim <1877318+kimsible@users.noreply.github.com>2020-05-01 20:05:19 +0200
committerGitHub <noreply@github.com>2020-05-01 20:05:19 +0200
commitca4b1594a77d1a31188dde1e5f6f7a900cd29118 (patch)
tree3adce1ae531b66998d71f3ba0bf9db6ac0108108 /client/src/app/menu/menu.component.scss
parentd1261d9a3cef6d3df408c9dce977100ac196f9f8 (diff)
downloadPeerTube-ca4b1594a77d1a31188dde1e5f6f7a900cd29118.tar.gz
PeerTube-ca4b1594a77d1a31188dde1e5f6f7a900cd29118.tar.zst
PeerTube-ca4b1594a77d1a31188dde1e5f6f7a900cd29118.zip
Fix dropdown-user placement and menu-left scroll on touchscreens (#2706)
Diffstat (limited to 'client/src/app/menu/menu.component.scss')
-rw-r--r--client/src/app/menu/menu.component.scss4
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;