fix: store page styling

This commit is contained in:
DecDuck
2025-01-28 17:21:05 +11:00
parent f369462e7f
commit 282e5bc2a6
2 changed files with 3 additions and 1 deletions

View File

@ -68,6 +68,7 @@ $helvetica: (
background-color: #d4d4d8; background-color: #d4d4d8;
} }
.carousel__viewport {
.store-caoursel > .carousel__viewport {
overflow: visible !important; overflow: visible !important;
} }

View File

@ -8,6 +8,7 @@
:autoplay="15 * 1000" :autoplay="15 * 1000"
:transition="500" :transition="500"
:pauseAutoplayOnHover="true" :pauseAutoplayOnHover="true"
class="store-caoursel"
> >
<VueSlide v-for="game in recent" :key="game.id"> <VueSlide v-for="game in recent" :key="game.id">
<div class="w-full h-full relative"> <div class="w-full h-full relative">