mirror of
https://github.com/danbulant/Nertivia-Client
synced 2026-06-15 20:41:08 +00:00
fixed safari login and register
This commit is contained in:
parent
71dd0ab020
commit
f4a6f5866a
2 changed files with 2 additions and 0 deletions
|
|
@ -195,6 +195,7 @@ html, body {
|
|||
}
|
||||
.app-content {
|
||||
display: flex;
|
||||
position: relative;
|
||||
flex-direction: column;
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
|
|
|
|||
|
|
@ -205,6 +205,7 @@ html, body {
|
|||
}
|
||||
.app-content {
|
||||
display: flex;
|
||||
position: relative;
|
||||
flex-direction: column;
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
|
|
|
|||
Loading…
Reference in a new issue