Hello,
on smaller mobiles I have a problem with the cookie modal window (tested with Android / Galaxy).
When I first open the modal window everthing looks okay and I can scoll down to the bottom to apply the settings.
As soon as I switch to another tab, the window is less high and I can not scroll to the top nor to the bottom anymore. As a result I can cannot get down to the “Apply settings” button anymore.
Hey Neverlands,
Could you post a link to where we can see this problem please?
Best regards,
Rikard
Hi,
Sorry for the delay. Looks like this is no longer an issue on mobile view. Did you add this css code to disable the other scroll bar inside the modal popup window?
.responsive .tabcontainer {
overflow: hidden;
}
Best regards,
Ismael
Hello,
unfortunately this does not help.
This is a screenshot in landscape mode, maybe it is more clear there. The issue happens if you switch the tabs.
I cannot scroll down to the bottom where I can accept the cookie settings.
I think the cookie modal window should use the whole height of the screen and the socket should not be diplayed at all when opening the cookie settings.
Best regards,
Neverlands
Hi,
Thank you for the screenshot.
Is it working correctly when the overflow property of the tab container is set to auto or scroll?
.responsive .tabcontainer {
overflow: auto;
}
or scroll.
.responsive .tabcontainer {
overflow: scroll;
}
We have forwarded the issue to our channel and hopefully we could provide a fix in the next patch.
Another user noticed the same issue and temporarily or until the issue is fixed, we asked him to disable the modal popup window containing the privacy tabs and create a custom link to a page containing the privacy toggles and content.
Best regards,
Ismael