I have managed to implement the TypeScript version of Mui’s App Bar (App Bar React component - Material UI) and integrate it into Streamlit by declaring it as a custom component.
The problem is that the ‘account menu’ popover bugs out. This is because the iframe’s height is too low to accomodate the height of the popover, so only a small portion of the popover is shown when I click on it.
If I make the iframe’s height bigger, it works fine but then all other components get pushed down:
Is there any way to “spill” this popover without making the iframe bigger, thus pushing all other Streamlit components down?