whitecube / nova-flexible-content

Flexible Content & Repeater Fields for Laravel Nova
MIT License
778 stars 230 forks source link

"Add layout" dropdown overflow #498

Closed mbardelmeijer closed 5 months ago

mbardelmeijer commented 5 months ago

In the latest Nova 4 versions, there is an overflow-hidden added to panels. This breaks the "Add layout" dropdown if it's the last element in the panel. See https://github.com/laravel/nova-issues/issues/6096

image

A possible fix could be: https://github.com/outl1ne/nova-menu-builder/pull/186/files

voidgraphics commented 5 months ago

duplicate of #488

If you could submit a PR with your suggested fix, that'd be nice, thank you!