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 issue at narrow width #3

Closed
plfstr opened this issue Jun 27, 2023 · 1 comment
Closed

Header issue at narrow width #3

plfstr opened this issue Jun 27, 2023 · 1 comment

Comments

@plfstr
Copy link

plfstr commented Jun 27, 2023

There is an issue with narrow screen widths (<360px) and the header. In .Navbar, the search bar jumps down below the logo and squashes the .Homepage content below to the left.

I believe its a float issue, along with set height.

Something like the following is needed:

.Navbar {
    /*height: 50px */
    overflow: auto;
}
@onigoetz
Copy link
Contributor

Hi, thanks for the report, this was fixed by dauxio/daux.io#391

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

No branches or pull requests

2 participants