AmericanPublicPowerAssociation / asset-tracker-client

Track utility assets
0 stars 0 forks source link

remove task vertical overflow in mobile #239

Closed rmGuarachi closed 4 years ago

rmGuarachi commented 4 years ago

Screenshot from 2020-06-24 14-31-01 Screenshot from 2020-06-24 14-29-29 Screenshot from 2020-06-24 14-29-11

invisibleroads commented 4 years ago

Rodrigo explained that this fixes the issue when there are too many tasks and the user opens the task list in fullscreen on mobile. He said that multiple scrollbars appear and there is an overflow with the add task button. He fixes it by combining flex 0 0 auto (which shrinks the container to fit the content, vs flex 1 1 auto which grows the container to parent container) and overflow hidden.

rmGuarachi commented 4 years ago

Screenshot from 2020-06-24 14-26-42