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? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
When using Crio Venetian, users cannot click the CTA button due to z-index issues.
body::before has a z-index of 1 by default, body::after has 0 I had to reduce both of them by 1 unit to click it
To replicate - go thru Inspirations and install Venetian style Crio (the transparent triangle one). Try and click the main CTA button.
The text was updated successfully, but these errors were encountered:
fixed by Crio 2.8.2
Sorry, something went wrong.
No branches or pull requests
When using Crio Venetian, users cannot click the CTA button due to z-index issues.
body::before has a z-index of 1 by default, body::after has 0
I had to reduce both of them by 1 unit to click it
To replicate - go thru Inspirations and install Venetian style Crio (the transparent triangle one). Try and click the main CTA button.
The text was updated successfully, but these errors were encountered: