chatgpt-web / src /styles /global.less
imseldrith's picture
Upload with huggingface_hub (#1)
3d83f0d
raw
history blame contribute delete
143 Bytes
html,
body,
#app {
height: 100%;
}
body {
padding-bottom: constant(safe-area-inset-bottom);
padding-bottom: env(safe-area-inset-bottom);
}