app.css 202 B

1234567891011
  1. @tailwind base;
  2. @tailwind components;
  3. @tailwind utilities;
  4. html,page, body {
  5. min-width: 320PX !important;
  6. min-height: 480PX !important;
  7. overflow:auto !important;
  8. overflow-y: auto !important;
  9. }