mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-05 04:53:01 +00:00
make playlists list page scrollable
This commit is contained in:
committed by
Mungai Njoroge
parent
446536f2d8
commit
264406aef4
@@ -1,5 +1,5 @@
|
||||
<template>
|
||||
<div id="p-view" class="noscroll">
|
||||
<div id="p-view" class="content-page">
|
||||
<div class="grid">
|
||||
<PlaylistCard
|
||||
v-for="p in pStore.playlists"
|
||||
@@ -22,7 +22,9 @@ const pStore = usePStore();
|
||||
<style lang="scss">
|
||||
#p-view {
|
||||
scrollbar-color: $gray2 transparent;
|
||||
margin: 1rem 0;
|
||||
padding-bottom: 4rem;
|
||||
height: 100%;
|
||||
overflow: auto;
|
||||
|
||||
.grid {
|
||||
grid-template-columns: repeat(auto-fill, minmax(9.25rem, 1fr));
|
||||
|
||||
Reference in New Issue
Block a user