feat: Improve preparation method display and filtering

This commit is contained in:
2026-06-07 00:31:38 +05:30
parent 012db524cb
commit 681f892d63
8 changed files with 452 additions and 63 deletions

View File

@@ -178,4 +178,13 @@
@keyframes sync-check-draw {
to { stroke-dashoffset: 0; }
}
/* Hide scrollbar utility */
.scrollbar-none::-webkit-scrollbar {
display: none;
}
.scrollbar-none {
-ms-overflow-style: none;
scrollbar-width: none;
}
}