mirror of
https://github.com/danbulant/Nertivia-Client
synced 2026-07-05 11:00:50 +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 {
|
.app-content {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
position: relative;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|
|
||||||
|
|
@ -205,6 +205,7 @@ html, body {
|
||||||
}
|
}
|
||||||
.app-content {
|
.app-content {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
position: relative;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue