We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 709b5d6 commit a1f5c23Copy full SHA for a1f5c23
frontend/src/old-pages/Images/OfficialImages/OfficialImages.tsx
@@ -48,6 +48,7 @@ function VersionSelect() {
48
49
return (
50
<Select
51
+ expandToViewport={true}
52
selectedOption={{label: selectedVersion, value: selectedVersion}}
53
onChange={({detail}) => {
54
setSelectedVersion(detail.selectedOption.value)
0 commit comments