Skip to content

Commit a0070a8

Browse files
[docs] Update toolbar menu to behave closer to default (#28086)
1 parent f5e1da0 commit a0070a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/modules/components/DemoToolbar.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -678,7 +678,7 @@ export default function DemoToolbar(props) {
678678
open={Boolean(anchorEl)}
679679
onClose={handleMoreClose}
680680
anchorOrigin={{
681-
vertical: 'top',
681+
vertical: 'bottom',
682682
horizontal: 'right',
683683
}}
684684
transformOrigin={{

0 commit comments

Comments
 (0)