Skip to content

Commit f7a35f2

Browse files
committed
Position for InteractiveSection Select
1 parent 8e6a2b0 commit f7a35f2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: packages/react-openapi/src/InteractiveSection.tsx

+1
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,7 @@ export function InteractiveSection(props: {
118118
setSelectedTab(String(key));
119119
state.expand();
120120
}}
121+
placement="bottom end"
121122
>
122123
{tabs.map((tab) => (
123124
<OpenAPISelectItem key={tab.key} id={tab.key} value={tab}>

0 commit comments

Comments
 (0)