How can I disable scrolling on a single page?
body[data-id="10"][data-type="page"]{overflow: hidden !important;}
is not working.
html {overflow-x: hidden; overflow-y: hidden;}
Is working, when I insert it on a single page over a external plugin into the header. But I want to avoid that plugin.
Best,
Felix