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

top nav doesnt extend full screen on 1920 monitor #8

Open
aheggie opened this issue Jul 1, 2021 · 1 comment
Open

top nav doesnt extend full screen on 1920 monitor #8

aheggie opened this issue Jul 1, 2021 · 1 comment

Comments

@aheggie
Copy link
Owner

aheggie commented Jul 1, 2021

No description provided.

@aheggie
Copy link
Owner Author

aheggie commented Jul 21, 2021

found it in devtools

on nav element add box-sizing border-box and width 100%
remove width: 96% from .sticky

the padding on the nav of 2rem either side made it overflow the screen because box-sizing was content-box

image

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

1 participant