Skip to content

Commit

Permalink
fix: slider scroll - check for touchscreen
Browse files Browse the repository at this point in the history
  • Loading branch information
olzzon committed Oct 11, 2019
1 parent 1cbf98b commit 7331216
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/assets/css/Channel.css
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 7331216

Please sign in to comment.