We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2294679 commit 767811fCopy full SHA for 767811f
1 file changed
packages/documentation-framework/components/themeSelector/themeSelector.js
@@ -103,6 +103,11 @@ export const ThemeSelector = ({ id }) => {
103
)}
104
shouldFocusToggleOnSelect
105
onOpenChangeKeys={['Escape']}
106
+ popperProps={{
107
+ position: 'right',
108
+ enableFlip: true,
109
+ preventOverflow: true
110
+ }}
111
>
112
<SelectGroup>
113
<SelectList aria-label="Light/Dark theme switcher">
0 commit comments