Skip to content

Commit

Permalink
[docs] Update toolbar menu to behave closer to default (#28086)
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviertassinari authored Sep 1, 2021
1 parent f5e1da0 commit a0070a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/modules/components/DemoToolbar.js
Original file line number Diff line number Diff line change
Expand Up @@ -678,7 +678,7 @@ export default function DemoToolbar(props) {
open={Boolean(anchorEl)}
onClose={handleMoreClose}
anchorOrigin={{
vertical: 'top',
vertical: 'bottom',
horizontal: 'right',
}}
transformOrigin={{
Expand Down

0 comments on commit a0070a8

Please sign in to comment.