chatup / src /styles /global.less
dvc890's picture
Duplicate from dvc890/chatup
a7b502d
html,
body,
#app {
height: 100%;
}
body {
padding-bottom: constant(safe-area-inset-bottom);
padding-bottom: env(safe-area-inset-bottom);
}