Skip to content

Commit

Permalink
Add scrollbar to OpenshiftVersionDropdown component (openshift-assist…
Browse files Browse the repository at this point in the history
  • Loading branch information
ammont82 committed Apr 10, 2024
1 parent 5d8e315 commit 6c2edd7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ import { getFieldId } from './formik';
import ExternalLink from './ExternalLink';
import { OCP_RELEASES_PAGE } from '../../config';
import { ClusterDetailsValues, ItemDropdown } from '../clusterWizard';
import './OpenshiftVersionDropdown.css';

export type HelperTextType = (
versions: OpenshiftVersionOptionType[],
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#form-input-openshiftVersion-field .pf-v5-c-dropdown__menu {
max-height: 22vh;
overflow: auto;
}

0 comments on commit 6c2edd7

Please sign in to comment.