I am trying to modify the width and height on popover material ui but nothing ? please help thanks
open={open}
anchorEl={anchorEl}
className={{
height: '300px',
width: '250px'
}}
anchorOrigin={{
vertical: 'top',
horizontal:'left',
}}
transformOrigin={{
vertical: 'top',
horizontal: 'right',
}}
disableRestoreFocus
>