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

(bug) fix horizontal scrollbar in landing page #921

Merged

Conversation

brrkrmn
Copy link
Collaborator

@brrkrmn brrkrmn commented Oct 18, 2023

Summary

There was an unnecessary horizontal scrollbar on the homepage that was caused by the hero section. width: 100vw of the hero caused this section to be slightly wider than the screen.

Closes #746

Changes

  • edited heroSectionStyle width to be 100% instead of 100vw

Final version

Untitled.mov

@tuxology tuxology merged commit ba48a54 into unstructuredstudio:master Oct 20, 2023
tuxology added a commit that referenced this pull request Oct 20, 2023
tuxology added a commit that referenced this pull request Oct 20, 2023
@brrkrmn brrkrmn deleted the 746-horizontal-scrollbar-bug branch November 2, 2023 04:35
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

Successfully merging this pull request may close these issues.

Unwanted horizontal scrollbar on the landing page
2 participants