azavea / fb-gender-survey-dashboard

Interactive exploration of global results from the Facebook "Survey on Gender Equality At Home
https://gender-survey-dashboard.netlify.app/
Apache License 2.0
2 stars 2 forks source link

Fix horizontal chart scrolling #128

Closed TaiWilkin closed 2 years ago

TaiWilkin commented 2 years ago

Overview

After upgrading ChakraUI, the menu for the download menu was rendered but hidden prior to being opened. This caused a gap the width of the menu to appear to the right of the charts, resulting in charts scrolling horizontally even on full-screen (charts are expected to scroll on mobile only).

Rendering the menu list in a portal prevents the menu from effecting the page layout, fixing the horizontal scroll.

Connects #127

Demo

Horizontal Scroll:

Screen Shot 2021-11-15 at 10 09 05 AM

No Scroll:

Screen Shot 2021-11-15 at 10 08 16 AM

Testing Instructions

rajadain commented 2 years ago

Taking a look now

TaiWilkin commented 2 years ago

Thank you for reviewing!