mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-04 20:43:04 +00:00
fix scrolling in artist search page
This commit is contained in:
committed by
Mungai Njoroge
parent
6d8a9f880b
commit
fff2c53801
@@ -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>
|
||||
@@ -180,6 +180,7 @@ onMounted(() => {
|
||||
gap: 1.75rem 0;
|
||||
|
||||
padding-bottom: 4rem;
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
button.load-more {
|
||||
|
||||
Reference in New Issue
Block a user