Y
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
K0nserv
1343 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.
link
Narishma
1343 days ago
So if you don't have a scroll wheel the interface is broken.
link
K0nserv
1343 days ago
Yes, AFAIK. Flutter web is pretty terrible, especially for any form of accessibility
link
zduny
1342 days ago
Thanks for mentioning the problem. I haven't noticed it using a laptop and trackpad.
link