fix scrolling in artist search page

This commit is contained in:
geoffrey45
2022-12-02 22:45:06 +03:00
committed by Mungai Njoroge
parent 6d8a9f880b
commit fff2c53801
6 changed files with 35 additions and 12 deletions
+1 -4
View File
@@ -13,7 +13,4 @@ import ArtistCard from "@/components/shared/ArtistCard.vue";
import useSearchStore from "@/stores/search";
const search = useSearchStore();
</script>
<style lang="scss">
</style>
</script>
+1
View File
@@ -180,6 +180,7 @@ onMounted(() => {
gap: 1.75rem 0;
padding-bottom: 4rem;
overflow: auto;
}
button.load-more {