You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Given users can replace Switcher content with their own, and we are semi-frequently modifying Switcher content ourselves, we should opt for a more automated solution to animating the Switcher height.
One solution would be to use a DOM ref on the list and measure it's height, using this value to calculate the max-height of the nav wrapping it.
The text was updated successfully, but these errors were encountered:
Given users can replace Switcher content with their own, and we are semi-frequently modifying Switcher content ourselves, we should opt for a more automated solution to animating the Switcher height.
One solution would be to use a DOM ref on the list and measure it's height, using this value to calculate the max-height of the nav wrapping it.
The text was updated successfully, but these errors were encountered: