Many changes.

This commit is contained in:
Daniel
2023-02-19 07:02:02 +03:30
parent d19204f4c0
commit e0f4c71eb2
19 changed files with 282 additions and 122 deletions
+9
View File
@@ -1,3 +1,12 @@
@tailwind base;
@tailwind components;
@tailwind utilities;
/* Hide scrollbar */
.hidw-scrollbar::-webkit-scrollbar {
display: none;
}
.hide-scrollbar {
-ms-overflow-style: none;
scrollbar-width: none;
}