I am experiencing a strange behaviour, I have a server side Blazor app with long page with MatBlazor controls on page.
If I try to scroll the page downwards it is always forcing return to top and in the browser console I am getting:
"Throttling navigation to prevent the browser from hanging. See https://crbug.com/882238. Command line switch --disable-ipc-flooding-protection can be used to bypass the protection", any ideas how to fix this?
I am experiencing a strange behaviour, I have a server side Blazor app with long page with MatBlazor controls on page. If I try to scroll the page downwards it is always forcing return to top and in the browser console I am getting: "Throttling navigation to prevent the browser from hanging. See https://crbug.com/882238. Command line switch --disable-ipc-flooding-protection can be used to bypass the protection", any ideas how to fix this?