Hacker News new | ask | show | jobs
by K0nserv 1344 days ago
With the mouse wheel/trackpad. Flutter Web doesn't actually generate proper DOM, instead it renders things (mostly) from scratch, hence no scroll bars.
1 comments

So if you don't have a scroll wheel the interface is broken.
Yes, AFAIK. Flutter web is pretty terrible, especially for any form of accessibility