We want to be able to write a test to make sure certain views can scroll.
For example, if a user can't scroll the Sign Transaction view because of a CSS rule, they won't be able to see all their transaction details.
This however seems to be quite difficult to test in Playwright and in React Testing Library. Let's do some exploration to see how we can test this.