refactor app grid

- make content container scrollable, more flexible
This commit is contained in:
geoffrey45
2022-05-28 22:42:54 +03:00
parent 47eb5b49cd
commit 48bc4de569
6 changed files with 6 additions and 16 deletions
-4
View File
@@ -39,10 +39,6 @@ onBeforeRouteUpdate(async (to) => {
<style lang="scss">
.al-view {
height: calc(100% - 1rem);
overflow: auto;
margin: $small;
margin-right: 0;
scrollbar-width: none;
.songs {