main.css 85 B

12345678
  1. @import "tailwindcss";
  2. @layer base {
  3. body,
  4. #app {
  5. overflow-x: hidden;
  6. }
  7. }