kongulov / nova-tab-translatable

This package contains a NovaTabTranslatable class you can use to make any Nova field type translatable with tabs.
MIT License
79 stars 17 forks source link

Hamburger menu cuts off inside panel #46

Open matthewjumpsoffbuildings opened 2 months ago

matthewjumpsoffbuildings commented 2 months ago

If the panel that the translatable field is in doesnt have enough vertical space for the languages in the hamburger menu, the menu just gets cropped due to the parent panel elements overflow:hidden, and you are unable to scroll down to see/select all the languages

Screenshot 2024-06-19 at 7 47 39 pm

Heres what the internal dom of the menu contains - as you can see there are more languages below that are being cropped

Screenshot 2024-06-19 at 7 49 31 pm