X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fapp%2Fmenu%2Fmenu.component.scss;h=5bff0c328560cb3dc31efbbd5eabf7a30d21cfc6;hb=ca4b1594a77d1a31188dde1e5f6f7a900cd29118;hp=9ae40493d844a98c34e325c91a5b2903b5a9f192;hpb=14f83c68f11da3435940504fa4000193fb4943be;p=github%2FChocobozzz%2FPeerTube.git 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;