Added a temporary fix to Recommended not scrolling

pull/25/head
Nikan Dalvand 2019-07-27 23:56:48 +04:30
parent 0835aff514
commit 1f3002872b
1 changed files with 3 additions and 1 deletions

View File

@ -35,7 +35,7 @@
<legend>Recommended For You</legend>
</div>
<carousel :dots="false" :nav="false" :autoWidth="true" class="carousel-custom">
<carousel :dots="false" :nav="false" :autoWidth="true" class="carousel-custom half">
<MusicBox v-for="item in items" :key="item.id" :item="item" />
</carousel>
@ -275,6 +275,8 @@ section.page
font-weight: 200
margin-left: 1rem
.carousel-custom
&.half
width: 0rem
.owl-stage-outer
overflow: unset