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:
parent
724668a3a4
commit
a7d915dad7
1 changed files with 3 additions and 2 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue