This commit is contained in:
2024-09-22 23:45:44 -03:00
parent 9850887285
commit 1d66aaf7c5
12 changed files with 102 additions and 32 deletions

View File

@@ -25,6 +25,10 @@ const ui = useUi();
animation: fade .2s ease-in-out forwards;
overflow-y: auto;
&::-webkit-scrollbar {
display: none;
}
}
.item {