Wizard: make sure its scrollable on small screens

This commit is contained in:
Felix Niklas 2017-07-21 14:05:17 +02:00
parent ad8de49768
commit a9ef5ea8ff

View file

@ -6444,6 +6444,9 @@ footer {
@extend .u-textTruncate; @extend .u-textTruncate;
} }
.wizard {
margin: auto; // makes sure that the wizard is scrollable
}
.wizard-logo { .wizard-logo {
fill: white; fill: white;