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

docs site layout bug #5623

Closed
goyalyashpal opened this issue Jan 21, 2023 · 1 comment
Closed

docs site layout bug #5623

goyalyashpal opened this issue Jan 21, 2023 · 1 comment
Labels
A-documentation Area: Documentation improvements C-bug Category: This is a bug

Comments

@goyalyashpal
Copy link
Contributor

goyalyashpal commented Jan 21, 2023

I was browsing https://docs.helix-editor.com/install.html on my mobile whose resolution is pretty high, the screenshot's width says it's 1080px.

  • I noticed that the content i.e. under the <main> tag is scrolling sideways but the general buttons outside are not scrolling.
  • I was able to reproduce this bug in the desktop browser in developer tools using "device toolbar (C-S-m)" when the width drops below 394 px.

The css corresponding to that <main> tag is this one, though i ain't sure that it's the offending one.

.content main {
margin-left: auto;
margin-right: auto;
max-width: var(--content-max-width);
}

Screen records:

Mobile phone:

doc_2023-01-22.mp4

Desktop web dev/inspection tools:

helix.docs.general.css.bug.vivaldi_RP7pM3W1UR.mp4
@the-mikedavis the-mikedavis added A-documentation Area: Documentation improvements C-bug Category: This is a bug labels Jan 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-documentation Area: Documentation improvements C-bug Category: This is a bug
Projects
None yet
Development

No branches or pull requests

2 participants