Spaces:
Sleeping
Sleeping
File size: 143 Bytes
c742717 |
1 2 3 4 5 6 7 8 9 10 11 |
html,
body,
#app {
height: 100%;
}
body {
padding-bottom: constant(safe-area-inset-bottom);
padding-bottom: env(safe-area-inset-bottom);
}
|