From 73312166258c3afd8b4249cc11957bb1968a302b Mon Sep 17 00:00:00 2001 From: Olzzon Date: Fri, 11 Oct 2019 10:39:20 +0200 Subject: [PATCH] fix: slider scroll - check for touchscreen --- src/assets/css/Channel.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/assets/css/Channel.css b/src/assets/css/Channel.css index 9a38626f..8be58352 100644 --- a/src/assets/css/Channel.css +++ b/src/assets/css/Channel.css @@ -159,9 +159,10 @@ width: 460px; margin-top: 260px; transform: translate(-160px, 0px) rotate(270deg); - /*do same for other browsers if required*/ background-color: rgb(39, 39, 39); + + -webkit-overflow-scrolling: touch; } .channel-body.with-snaps .channel-volume-slider {