From 6361ab848cbda59a388f7c6064384a9473291a7c Mon Sep 17 00:00:00 2001 From: Ashley Ryan Date: Thu, 21 Jul 2022 11:21:25 -0400 Subject: [PATCH] fix(wizard): remove unnecessary vertical scroll bar fixes #107 reverts vmware/clarity#6706 - make the wizard 100% width - pin the buttons to the bottom with flex-grow --- projects/angular/src/wizard/_wizard.clarity.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/projects/angular/src/wizard/_wizard.clarity.scss b/projects/angular/src/wizard/_wizard.clarity.scss index f28bb2d268..1342465ef5 100644 --- a/projects/angular/src/wizard/_wizard.clarity.scss +++ b/projects/angular/src/wizard/_wizard.clarity.scss @@ -74,7 +74,6 @@ flex: 1 1 auto; @include css-var(color, clr-wizard-main-textColor, $clr-wizard-main-textColor, $clr-use-custom-properties); width: 100%; - min-height: 70vh; } .modal-footer { @@ -379,6 +378,8 @@ .modal-body-wrapper { // overriding forced style on .modal max-height: 100%; + flex-grow: 1; + width: 100%; } &.wizard-md {