mirror of
https://github.com/danbulant/Nertivia-Client
synced 2026-06-15 12:31:15 +00:00
fixed some bugs with height of login and register
This commit is contained in:
parent
b4f378613d
commit
e5e074027f
2 changed files with 2 additions and 0 deletions
|
|
@ -227,6 +227,7 @@ body {
|
|||
width: 100%;
|
||||
overflow: auto;
|
||||
z-index: 9999;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.content {
|
||||
|
|
|
|||
|
|
@ -235,6 +235,7 @@ body {
|
|||
width: 100%;
|
||||
overflow: auto;
|
||||
z-index: 9999;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.content {
|
||||
|
|
|
|||
Loading…
Reference in a new issue