Wizard: make sure its scrollable on small screens
This commit is contained in:
parent
ad8de49768
commit
a9ef5ea8ff
1 changed files with 3 additions and 0 deletions
|
@ -6444,6 +6444,9 @@ footer {
|
|||
@extend .u-textTruncate;
|
||||
}
|
||||
|
||||
.wizard {
|
||||
margin: auto; // makes sure that the wizard is scrollable
|
||||
}
|
||||
|
||||
.wizard-logo {
|
||||
fill: white;
|
||||
|
|
Loading…
Reference in a new issue