unhide scrollbar >> folderview

This commit is contained in:
geoffrey45
2021-12-26 16:45:36 +03:00
parent c5670e0f5f
commit 5884827c8b
+1 -5
View File
@@ -97,10 +97,6 @@ export default {
#scrollable {
overflow-y: scroll;
height: 100%;
margin-top: $small;
&::-webkit-scrollbar {
display: none;
}
padding-bottom: $small;
}
</style>