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

Header content spills out of the header on medium-sized screens #1163

Closed
choldgraf opened this issue Feb 6, 2023 · 0 comments · Fixed by #1164
Closed

Header content spills out of the header on medium-sized screens #1163

choldgraf opened this issue Feb 6, 2023 · 0 comments · Fixed by #1164
Labels
kind: bug Something isn't working

Comments

@choldgraf
Copy link
Collaborator

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:

image

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind: bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant