Added a temporary fix to Recommended not scrolling
parent
0835aff514
commit
1f3002872b
|
|
@ -35,7 +35,7 @@
|
||||||
<legend>Recommended For You</legend>
|
<legend>Recommended For You</legend>
|
||||||
</div>
|
</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" />
|
<MusicBox v-for="item in items" :key="item.id" :item="item" />
|
||||||
</carousel>
|
</carousel>
|
||||||
|
|
||||||
|
|
@ -275,6 +275,8 @@ section.page
|
||||||
font-weight: 200
|
font-weight: 200
|
||||||
margin-left: 1rem
|
margin-left: 1rem
|
||||||
.carousel-custom
|
.carousel-custom
|
||||||
|
&.half
|
||||||
|
width: 0rem
|
||||||
.owl-stage-outer
|
.owl-stage-outer
|
||||||
overflow: unset
|
overflow: unset
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue