This commit is contained in:
Daniel
2023-07-09 13:35:22 -05:00
parent 019c4070ee
commit 6d4b2b2fa6
4 changed files with 15 additions and 31 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
@tailwind utilities;
/* Hide scrollbar */
.hidw-scrollbar::-webkit-scrollbar {
.hide-scrollbar::-webkit-scrollbar {
display: none;
}
.hide-scrollbar {