src/styles/index.css@tailwind base;@tailwind components;@tailwind utilities;html, body, #root {height: 100%;margin: 0;}html, body {overscroll-behavior: none; /* no pull-to-refresh / bounce on mobile */}/* Horizontal scroll without a visible scrollbar (e.g. the toolbar). */.no-scrollbar {-ms-overflow-style: none;scrollbar-width: none;}.no-scrollbar::-webkit-scrollbar {display: none;
Showing the first 20 lines.
Get full code