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
Currently we are using margin-left:
.ui-sidenav-active { margin-left: 80%; }
It would be preferable to use translate3d for this.
However at the moment there is an issue with using this in combination with position fixed - in that it doesn't work with transform.
For more information on this see the following article.
http://stackoverflow.com/questions/2637058/positions-fixed-doesnt-work-when-using-webkit-transform
The text was updated successfully, but these errors were encountered:
ryndel
No branches or pull requests
Currently we are using margin-left:
It would be preferable to use translate3d for this.
However at the moment there is an issue with using this in combination with position fixed - in that it doesn't work with transform.
For more information on this see the following article.
http://stackoverflow.com/questions/2637058/positions-fixed-doesnt-work-when-using-webkit-transform
The text was updated successfully, but these errors were encountered: