VApp.css 360 B

12345678910111213141516
  1. .v-application {
  2. display: flex;
  3. background: rgb(var(--v-theme-background));
  4. color: rgba(var(--v-theme-on-background), var(--v-high-emphasis-opacity));
  5. }
  6. .v-application__wrap {
  7. backface-visibility: hidden;
  8. display: flex;
  9. flex-direction: column;
  10. flex: 1 1 auto;
  11. max-width: 100%;
  12. min-height: 100vh;
  13. min-height: 100dvh;
  14. position: relative;
  15. }