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

Fix mobile website initial width #51

Closed
wants to merge 1 commit into from
Closed

Fix mobile website initial width #51

wants to merge 1 commit into from

Conversation

vgaidarji
Copy link

@vgaidarji vgaidarji commented Jan 8, 2017

On mobile devices where width < 960, blog content was overlapped by panel-cover
and users were unable to see it, but were able to scroll the page.
Closes #42

In my case, I've fixed this a bit differently than proposed solution in #42. The idea is to use correct style for panel-cover when web page loads for the first time. On devices with width < 960, panel-cover is loaded with panel-cover--collapsed style by default.

Before fix:
screen shot 2017-01-08 at 2 28 18 pm

After fix:
screen shot 2017-01-08 at 2 26 09 pm

On mobile devices where width < 960, blog content was overlapped by panel-cover
and users were unable to see it, but were able to scroll the page
@joshgerdes
Copy link
Owner

Thanks for offering up a solution, but the full cover page view is preferred/desired for the initial landing page.

@joshgerdes joshgerdes closed this Jun 8, 2017
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.

posts overflow under cover panel
2 participants