diff --git a/assets/core.scss b/assets/core.scss index 88bf56d..f061d43 100644 --- a/assets/core.scss +++ b/assets/core.scss @@ -66,4 +66,8 @@ $helvetica: ( } .carousel__pagination-button--active:hover::after { background-color: #d4d4d8; -} \ No newline at end of file +} + +.carousel__viewport { + overflow: visible !important; +} diff --git a/components/AddLibraryButton.vue b/components/AddLibraryButton.vue index da86562..e6f528d 100644 --- a/components/AddLibraryButton.vue +++ b/components/AddLibraryButton.vue @@ -1,31 +1,21 @@ diff --git a/components/CreateCollectionModal.vue b/components/CreateCollectionModal.vue index 88194ea..68d1396 100644 --- a/components/CreateCollectionModal.vue +++ b/components/CreateCollectionModal.vue @@ -15,34 +15,28 @@ + diff --git a/components/GamePanel.vue b/components/GamePanel.vue index be6104d..5f6ed7e 100644 --- a/components/GamePanel.vue +++ b/components/GamePanel.vue @@ -1,7 +1,7 @@