liferay / clay

A web implementation of the Lexicon Experience Language
http://clayui.com
Other
208 stars 467 forks source link

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

Closed matuzalemsteles closed 2 months ago

matuzalemsteles commented 2 months ago

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.