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

Sidebar template bug? #41

Closed
trbsi opened this issue Feb 19, 2014 · 5 comments
Closed

Sidebar template bug? #41

trbsi opened this issue Feb 19, 2014 · 5 comments

Comments

@trbsi
Copy link

trbsi commented Feb 19, 2014

I have tried your sidebar template on mobile. It works fine, sidebar opens but problem is that it pushes whole content to the right and I can scroll that content (bottom scroller appears)
Is there way to disable that?

@KDDOF
Copy link

KDDOF commented Feb 19, 2014

I haven't had a chance to try this exact issue but try Overflow:Hidden or something similar.

~~KD~~~>

On Feb 19, 2014, at 7:18 AM, trbsi notifications@github.com wrote:

I have tried your sidebar template on mobile. It works fine, sidebar opens but problem is that it pushes whole content to the right and I can scroll that content (bottom scroller appears)
Is there way to disable that?


Reply to this email directly or view it on GitHub.

@trbsi
Copy link
Author

trbsi commented Feb 19, 2014

it doesn't work because it is browser's sidebar

@BlackrockDigital
Copy link
Collaborator

It looks like an overflow:hidden class needs to be added to the page wrapper when it is pushed off canvas. I will look into it. Thanks!

@trbsi
Copy link
Author

trbsi commented Feb 27, 2014

I had to do this.
Add to my site's css
body {overflow-x:hidden;}

@BlackrockDigital
Copy link
Collaborator

I will test this out on the theme and if it works well then I'll add it in. Thanks for the help!

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

2 participants