Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

fix(@clayui/navigation-bar): fixes navbar size bug when resizing #5800

Merged
merged 2 commits into from
Apr 9, 2024

Conversation

matuzalemsteles
Copy link
Member

Ticket LPD-20600

The size of the navbar when interacting with it in a mobile version and returning to the screen size on the desktop ends up breaking because we use animation via CSS together with JS and we end up leaving the height of the navbar fixed for the animation to happen but we don't clean it after it ends so this ends up breaking when returning to the desktop screen instead of mobile, now we are clearing the height after the animation ends.

@matuzalemsteles matuzalemsteles merged commit a198771 into liferay:master Apr 9, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant