KEYCLOAK-4259 Add top-margin to container to prevent overlay with logo
This commit is contained in:
parent
04228791f3
commit
cea52a6db9
1 changed files with 1 additions and 0 deletions
|
@ -253,6 +253,7 @@ ol#kc-totp-settings li:first-of-type {
|
||||||
#kc-container-wrapper {
|
#kc-container-wrapper {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
margin-top: 50px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#kc-logo-wrapper {
|
#kc-logo-wrapper {
|
||||||
|
|
Loading…
Reference in a new issue