@tailwind base; @tailwind components; @tailwind utilities; /* hide scrollbar but allow scrolling */ body { -ms-overflow-style: none; /* for Internet Explorer, Edge */ scrollbar-width: none; /* for Firefox */ overflow-y: scroll; } body::-webkit-scrollbar { display: none; /* for Chrome, Safari, and Opera */ }