Skip to content

Commit 20786d0

Browse files
Philipp Bankonieryadvr
authored andcommitted
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.
1 parent 202777e commit 20786d0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ui/css/cloudstack3.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ui/css/src/scss/components/install-wizzard.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ body.install-wizard {
194194

195195
.install-wizard .step {
196196
position: relative;
197-
z-index: $z-index-install-wizard2;
197+
z-index: $z-index-install-wizard3;
198198
}
199199

200200
.install-wizard .step .tooltip-info {

0 commit comments

Comments
 (0)