fyne-io / developer.fyne.io

Fyne developer documentation website
https://developer.fyne.io
27 stars 72 forks source link

Horizontal overflow on mobile devices on developer.fyne.io/ #132

Closed jpasikainen closed 1 year ago

jpasikainen commented 1 year ago

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 1 year ago

Thanks for noticing, this is now fixed