ChatGLM / views /src /styles /global.less
y001j's picture
Upload 305 files
af9251e
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);
}