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
We are capping the height of our header, which means that if content is too-wide for the screen, it will stack vertically but then spill out of the header. I think instead we'd want the header to expand to contain that content:
The issue is that we're using max-height and height on the header itself. I think instead we want to apply this to the sub-containers within the header, and then make the header just fit its height to its content.
The text was updated successfully, but these errors were encountered:
We are capping the height of our header, which means that if content is too-wide for the screen, it will stack vertically but then spill out of the header. I think instead we'd want the header to expand to contain that content:
The issue is that we're using
max-height
andheight
on the header itself. I think instead we want to apply this to the sub-containers within the header, and then make the header just fit its height to its content.The text was updated successfully, but these errors were encountered: