Wizard: Ensure only one scrollbar on the Packages step

Fixes #914.

This adds a maximum height limit to the dual list selector on the Packages step.
That way the Wizard doesn't become scrollable when the Packages search returns more results.
This commit is contained in:
regexowl 2023-02-23 10:30:07 +01:00 committed by Klara Simickova
parent 724668a3a4
commit a7d915dad7

View file

@ -8,8 +8,9 @@
pointer-events: initial;
}
.pf-c-dual-list-selector__menu {
--pf-c-dual-list-selector__menu--MinHeight: 20.5rem
.pf-c-dual-list-selector {
--pf-c-dual-list-selector__menu--MinHeight: 18.5rem;
--pf-c-dual-list-selector__menu--MaxHeight: 18.5rem;
}
.pf-c-form {