1
0
mirror of https://github.com/lxsang/antd-web-apps synced 2024-11-20 02:18:20 +01:00

enable mobile compatibility

This commit is contained in:
lxsang 2021-02-07 11:52:46 +01:00
parent c09799ba08
commit e2f8bd8116

View File

@ -32,7 +32,8 @@ body {
}
#cover {
height: calc(100% - 50px);
/* height: calc(100% - 50px); */
height: 100%;
overflow-x: hidden;
overflow-y: auto;
}