Dropdown on training view

This commit is contained in:
Carlos Mesquita
2024-08-03 11:10:01 +01:00
parent 12bb124d91
commit 96baa2a6e0
7 changed files with 415 additions and 139 deletions

View File

@@ -2,6 +2,16 @@
@tailwind components;
@tailwind utilities;
@layer utilities {
.scrollbar-hide {
-ms-overflow-style: none; /* IE and Edge */
scrollbar-width: none; /* Firefox */
}
.scrollbar-hide::-webkit-scrollbar {
display: none; /* Chrome, Safari and Opera */
}
}
:root {
--max-width: 1100px;
--border-radius: 12px;