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

menus are hiding in landscape mode as push-drawer isn't scrollable #47

Closed
CharlesKumar opened this issue Aug 4, 2017 · 2 comments
Closed

Comments

@CharlesKumar
Copy link

my issue may be similar to #43

But my query is specific, the menu area is hiding when screen height is small

Any good suggestions to overcome this problem

@mac81
Copy link
Owner

mac81 commented Aug 4, 2017

Not completely sure what the problem is. Could you maybe send a screenshot or describe the issue further?

Regarding push-drawer not being scrollable I believe adding 'overflow: auto;' to the 'pure-drawer' will solve the issue.

@CharlesKumar
Copy link
Author

screen shot 2017-08-18 at 13 02 25

Some menus were hiding in smaller height screens

I set overflow:scroll to .pure-drawer wrapper

<div class="pure-drawer theme-light ovf-scr" data-position="left">

Now it scrolls to show the hidden menus

Note I am not sure if this is a right solution

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants