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

QrcodeStream: High z-index value makes content around with lower value unclickable #78

Closed
gruhn opened this issue Nov 18, 2018 · 1 comment

Comments

@gruhn
Copy link
Owner

gruhn commented Nov 18, 2018

The overlay div in QrcodeStream has z-index: 30. Elements outside the component can be affected by this. A sliding-in hamburger menu with lower z-index is displayed below for example. This should be fixable by creating a dedicated stacking context for the components wrapper element, i.e. setting z-index: 0 for .qrcode-stream__inner-wrapper

@gruhn gruhn closed this as completed in e0ecf9e Nov 19, 2018
@gruhn
Copy link
Owner Author

gruhn commented Nov 19, 2018

🎉 This issue has been resolved in version 1.3.1 🎉

The release is available on:

Your semantic-release bot 📦🚀

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

1 participant