Describe the bug
Hello there
Thanks for Marimo, it looks promising!
I noticed that when dropdown is plotted with searchable=true, the dropdown is behind the next cells (incorrect z-index). See screenshot.
Screenshot

Best regards
Will you submit a PR?
Environment
- IDE: antigravity (vscode)
- Vscode plugin: marimo 0.9.13
Code to reproduce
dropdown = mo.ui.dropdown.from_series(df_raw['_name'], searchable=True)
dropdown