ui: increase z-index for install-wizard step (#3414)

Increase z-index for install wizard step to make buttons clickable again.
After the latest refactoring of the styles there was a slight mistake which caused that the buttons for the initial install wizard in the beginning weren't clickable anymore, because they got overlaid by another box.
This commit is contained in:
Philipp Bankonier 2019-06-21 12:29:23 +02:00 committed by Rohit Yadav
parent 202777e52a
commit 20786d0422
2 changed files with 2 additions and 2 deletions

View File

@ -784,7 +784,7 @@ body.install-wizard {
.install-wizard .step {
position: relative;
z-index: 10;
z-index: 11;
}
.install-wizard .step .tooltip-info {

View File

@ -194,7 +194,7 @@ body.install-wizard {
.install-wizard .step {
position: relative;
z-index: $z-index-install-wizard2;
z-index: $z-index-install-wizard3;
}
.install-wizard .step .tooltip-info {