Wallseat I am trying to make a dropdown button on the text-editor panel. I use Dropdown component with TextEditorButton inside, but i get this Dropdown menu under texteditor In element view it looks I tried to change styles, but nothing changed.
clarkwinkelmann Wallseat it's a known issue flarum/core1692 You have two options, either use CSS to remove the overflow: hidden like I did in the Emoji Picker and Fonts extensions (this breaks horizontal scroll of the toolbar, see GitHub!), or place the dropdown component elsewhere in the DOM. The latter unfortunately cannot be achieved when using the built-in components of Flarum, but might be an option with custom components.