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 9211221 commit 61aa926Copy full SHA for 61aa926
packages/react-renderer-demo/src/helpers/list-of-contents-select.js
@@ -78,9 +78,9 @@ const ListOfContents = ({ found }) => {
78
>
79
Show content
80
</Button>
81
- <Popper open={open} role={undefined} transition disablePortal anchorEl={anchorRef.current}>
+ <Popper open={open} role={undefined} transition disablePortal anchorEl={anchorRef.current} placement="bottom-end">
82
{({ TransitionProps }) => (
83
- <Grow {...TransitionProps} style={{ transformOrigin: 'center top' }}>
+ <Grow {...TransitionProps} style={{ transformOrigin: 'right top' }}>
84
<Paper>
85
<MenuList autoFocusItem={open} id="menu-list-grow" onKeyDown={handleListKeyDown}>
86
{found.map((text) => (
0 commit comments