mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-05 04:53:01 +00:00
make playlist body scrollable
This commit is contained in:
@@ -1,7 +1,11 @@
|
||||
<template>
|
||||
<Header />
|
||||
<div class="p-bg rounded">
|
||||
<SongList />
|
||||
<div class="clip">
|
||||
<div class="scrollable">
|
||||
<SongList />
|
||||
</div>
|
||||
</div>
|
||||
<div class="f-artists-p">
|
||||
<FeaturedArtists />
|
||||
</div>
|
||||
@@ -33,6 +37,19 @@ export default {
|
||||
padding: $small;
|
||||
}
|
||||
|
||||
.p-bg .clip {
|
||||
height: calc(100% - 14em);
|
||||
padding-bottom: $small;
|
||||
border-bottom: solid 1px $seperator;
|
||||
}
|
||||
|
||||
.p-bg .scrollable {
|
||||
height: 100%;
|
||||
border-radius: $small;
|
||||
overflow-y: auto;
|
||||
padding-right: $small;
|
||||
}
|
||||
|
||||
.p-bg .f-artists {
|
||||
position: absolute;
|
||||
bottom: 0;
|
||||
|
||||
Reference in New Issue
Block a user