diff --git a/assets/core.scss b/assets/core.scss index eddfa75..8fe785b 100644 --- a/assets/core.scss +++ b/assets/core.scss @@ -65,8 +65,8 @@ $helvetica: ( } -.store-caoursel > .carousel__viewport { - overflow: visible !important; +.store-carousel > .carousel__viewport { + overflow-y: visible !important; } diff --git a/components/AddLibraryButton.vue b/components/AddLibraryButton.vue index 19c7cee..6fa818f 100644 --- a/components/AddLibraryButton.vue +++ b/components/AddLibraryButton.vue @@ -4,7 +4,7 @@ :loading="isLibraryLoading" @click="() => toggleLibrary()" :style="'none'" - class="transition w-48 h-fit gap-x-2 rounded-none rounded-l-md bg-white/10 hover:bg-white/20 text-zinc-100 backdrop-blur px-5 py-3 active:scale-95" + class="transition w-48 inline-flex items-center justify-center h-full gap-x-2 rounded-none rounded-l-md bg-white/10 hover:bg-white/20 text-zinc-100 backdrop-blur px-5 py-3 active:scale-95" > {{ inLibrary ? "In Library" : "Add to Library" }}