Hacker News new | ask | show | jobs
by Narishma 1343 days ago
How do you scroll the list on the left? It doesn't have any scroll bar or scroll buttons that I can see.
2 comments

With the mouse wheel/trackpad. Flutter Web doesn't actually generate proper DOM, instead it renders things (mostly) from scratch, hence no scroll bars.
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
Thanks for mentioning the problem. I haven't noticed it using a laptop and trackpad.