From 038ea9a22633c136753f6bea3fa1f9088337e25b Mon Sep 17 00:00:00 2001 From: Philipp Bankonier Date: Thu, 20 Jun 2019 17:56:46 +0200 Subject: [PATCH] Increase z-index for install-wizard step Increase z-index for install wizard step to make buttons clickable again --- ui/css/cloudstack3.css | 2 +- ui/css/src/scss/components/install-wizzard.scss | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ui/css/cloudstack3.css b/ui/css/cloudstack3.css index b6877cdaf292..b3b7490825f1 100644 --- a/ui/css/cloudstack3.css +++ b/ui/css/cloudstack3.css @@ -784,7 +784,7 @@ body.install-wizard { .install-wizard .step { position: relative; - z-index: 10; + z-index: 11; } .install-wizard .step .tooltip-info { diff --git a/ui/css/src/scss/components/install-wizzard.scss b/ui/css/src/scss/components/install-wizzard.scss index d9e3fa18a6f4..8f21133257df 100644 --- a/ui/css/src/scss/components/install-wizzard.scss +++ b/ui/css/src/scss/components/install-wizzard.scss @@ -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 {