Is there a way I can get the scrolling disabled in the anvil app
Yes.
(If you want a better answer, you better ask a better question)
1 Like
Lol, harsh. How do you achieve this then?
It’s not about being harsh, it’s about asking a good question so we understand what you need to know.
What do you need to achieve?
What have you tried that is not working?
There are tons of scrollbars and tons of ways to disable them. No one will tell you how to disable all of them, but if you put some effort in asking the question, we will put some effort in answering it.
That’s fair. I’ll be sure to try keep my questions thorough.
Hi,
Please take a look at:
This is one way to solve it. But as @stefano.menci said; to give a better answer we need some more context of what is trying to be achieved.
html, body {
overscroll-behavior: none !important;
overscroll-behavior-y: contain !important;
position: fixed !important;
width: 100% !important;
}