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!
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!