Is there a way to set the width of the dropdown portion that appears when a MenuButton is clicked, independent of the width of the button? Right now, if I have a button labeled something short like “File”, and a longer word(s) in the dropdown like “Preferences”, the longer word is cut off.
I’ve got sizing_mode='fixed' because I want the button itself to be just the width of the word “File”, but this seems to limit the dropdown to the same width as well.
You can probably do it via stylesheets argument. Try posting a minimum, reproducible example below. That makes it easier for the community to try to help find the right css for the stylesheets parameter.