Is it possible to turn off (or remove) the canvas for specific pages?
I'm trying to have a plain React page that is scrollable, but if I just overlay the DOM component over Canvas, I can't scroll the page down as the height is fixed to the window height.
Is it possible to turn off (or remove) the canvas for specific pages? I'm trying to have a plain React page that is scrollable, but if I just overlay the DOM component over Canvas, I can't scroll the page down as the height is fixed to the window height.