We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
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.
Sorry, something went wrong.
Some menus were hiding in smaller height screens
I set overflow:scroll to .pure-drawer wrapper
overflow:scroll
<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
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: