According to the documentation by setting disablePageInteraction to true, an overlay blocks any interaction with the underlying page until the cookie consent has been interacted with.
Current Behavior
The overlay is not showing and scrolling is enabled.
Steps to reproduce
Create a NextJs app, install vanilla cookie consent, configure it like this:
Expected Behavior
According to the documentation by setting disablePageInteraction to true, an overlay blocks any interaction with the underlying page until the cookie consent has been interacted with.
Current Behavior
The overlay is not showing and scrolling is enabled.
Steps to reproduce
Create a NextJs app, install vanilla cookie consent, configure it like this:
Launch the application, scroll is enabled.
Proposed fix or additional info.
No response
Version
3.0.1
On which browser do you see the issue?
Firefox, Chrome, Safari