Horizontal overflow on mobile devices on developer.fyne.io/
jpasikainen opened this issue · 1 comments
jpasikainen commented
On mobile devices page https://developer.fyne.io/ div "intro row" overflows horizontally if screen width is less than 675. This is most likely caused by div.intro-row
having flex-flow
with no-wrap
property.
andydotxyz commented
Thanks for noticing, this is now fixed