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:54:13 +01:00
parent e2f8bd8116
commit 8427f00aa0

View File

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