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

Fixed unwanted horizontal scroll on home page #1066

Merged
merged 5 commits into from
Feb 17, 2023
Merged

Fixed unwanted horizontal scroll on home page #1066

merged 5 commits into from
Feb 17, 2023

Conversation

co-decode
Copy link
Contributor

Fixes #1065
I have added two manual css rules to main.css to force the breakpoints to behave.

  • I have added a rule at 992px
  • I have added a rule at 1200px

The index page shouldn't break now, but I haven't been able to test this with DEBUG=False.

This is just a quick fix. The problem is occurring because tailwind and bootstrap are clashing.

@fredfalcon fredfalcon added this pull request to the merge queue Feb 17, 2023
Merged via the queue into OWASP-BLT:main with commit 2514ec4 Feb 17, 2023
DonnieBLT pushed a commit that referenced this pull request Aug 12, 2023
* updating main origin

rebasing upstream

* Revert "updating main origin"

This reverts commit a996038.

Linter updated all py files inadvertently

* quick fixed breakpoint issues in index

* syncing to upstream

* syncing to upstream
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.

Layout overflows between 992 and 1024px
2 participants