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
On mobile and narrow browser windows, the text on the right side of the banner flows off the edge of the viewport.
It looks like this happens because .cookie-notice-container has a width of 100% and 15px padding.
Adding "box-sizing: border-box" appears to fix the problem.
Thanks!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
On mobile and narrow browser windows, the text on the right side of the banner flows off the edge of the viewport.
It looks like this happens because .cookie-notice-container has a width of 100% and 15px padding.
Adding "box-sizing: border-box" appears to fix the problem.
Thanks!
The text was updated successfully, but these errors were encountered: