Files
daohangye/src/styles/global.less
T
2023-11-08 21:53:07 +08:00

11 lines
143 B
Plaintext

html,
body,
#app {
height: 100%;
}
body {
padding-bottom: constant(safe-area-inset-bottom);
padding-bottom: env(safe-area-inset-bottom);
}