fix: iOS安全距离和输入溢出[#266]

This commit is contained in:
ChenZhaoYu
2023-03-04 15:46:28 +08:00
parent 0fdf75eba0
commit dee84e9307
3 changed files with 15 additions and 2 deletions

View File

@@ -3,3 +3,7 @@ body,
#app {
height: 100%;
}
body {
padding-bottom: constant(safe-area-inset-bottom);
}