Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Fix missing header buttons from menu items panel #186

Merged
merged 1 commit into from
Jan 5, 2024
Merged

Conversation

KasparRosin
Copy link
Member

@KasparRosin KasparRosin commented Jan 4, 2024

In one of the recent changes nova added overflow-hidden class to card.
This meant that all our absolute elements were hidden behind the overflow.

Similar issues across the nova community:
laravel/nova-issues#6096

I utilised has css method to target the specific overflow. This should work for most people now, but might have some rare occurrences (like using firefox for android browser) where the buttons are still hidden.

closes #185

@mouradsm
Copy link

mouradsm commented Jan 4, 2024

I've tested it now and the solution really seems to work. Thank you!

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add menu item button is gone
2 participants