fix: body overflow. (#293)

pull/297/head
Ryan Wang 2021-02-08 19:56:24 +08:00 committed by GitHub
parent d4b7b724b3
commit bad6691c72
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
@import './style.less';
body {
overflow-y: scroll;
overflow-y: overlay;
padding: 0 !important;
}