rewrite sidebar queue using @Akryum/vue-virtual-scroller

This commit is contained in:
geoffrey45
2022-10-08 15:40:28 +03:00
committed by Mungai Njoroge
parent f0df274b31
commit 858e59f81c
2 changed files with 27 additions and 29 deletions
+1 -1
View File
@@ -89,7 +89,7 @@ onBeforeRouteLeave(() => {
.scroller {
height: 100%;
width: 100%;
padding-bottom: 4rem;
padding-bottom: $content-padding-bottom;
}
}
</style>