fix: explore page style fix, remove unnecessary scroll bars#12649
Conversation
Codecov Report
@@ Coverage Diff @@
## master #12649 +/- ##
==========================================
- Coverage 66.85% 63.22% -3.64%
==========================================
Files 1018 486 -532
Lines 49776 29982 -19794
Branches 4869 0 -4869
==========================================
- Hits 33280 18956 -14324
+ Misses 16373 11026 -5347
+ Partials 123 0 -123
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
|
@adam-stasiak This is by design, because with the default controls column width, the dropdown can easily overflow: So instead of horizontally scrolling the menu, you will need to scroll the whole controls column. If folks think this is a better experience, I can revert. |
cc34966 to
c8b410f
Compare
kkucharc
left a comment
There was a problem hiding this comment.
Everything seems good to me. Thanks a lot for those changes, those charts looks really nice :)
Reverting the popover selects to |
|
that's weird, i can't see this PR from git log and not seeing the changes in master... @ktmud |
* fix: various style touch on Explore page * More style fixes * Force 100% height for sidebars * Fix linting
…2649) * fix: various style touch on Explore page * More style fixes * Force 100% height for sidebars * Fix linting



SUMMARY
Various style fix on Explore page. Remove unnecessary scrollbars and make select dropdowns more selectable.
BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF
Before
After
position: absolutecolumns once chore(explore): Save Resizable width to localStorage #12593 is merged).We should probably also revert the metrics/columns select in AdhocMetric/Filter popover back to
react-selectso that the same solution can be applied to address #12640 .TEST PLAN
Visual verification.
I recommend testing on the "Country of Citizenship" chart.
ADDITIONAL INFORMATION