fixed some bugs with height of login and register

This commit is contained in:
supertiger1234 2020-01-17 10:58:24 +00:00
parent b4f378613d
commit e5e074027f
2 changed files with 2 additions and 0 deletions

View file

@ -227,6 +227,7 @@ body {
width: 100%; width: 100%;
overflow: auto; overflow: auto;
z-index: 9999; z-index: 9999;
height: 100%;
} }
.content { .content {

View file

@ -235,6 +235,7 @@ body {
width: 100%; width: 100%;
overflow: auto; overflow: auto;
z-index: 9999; z-index: 9999;
height: 100%;
} }
.content { .content {