Skip to content

fix: combo-box dropdown overflow-x #860

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 19, 2021
Merged

Conversation

jake-bassett
Copy link
Contributor

Description

Remove horizontal scrollbar from combo-box dropdown.

@jake-bassett jake-bassett requested a review from a team as a code owner May 19, 2021 17:57
@codecov
Copy link

codecov bot commented May 19, 2021

Codecov Report

Merging #860 (1ea3c5f) into main (ee7bd72) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #860   +/-   ##
=======================================
  Coverage   85.41%   85.41%           
=======================================
  Files         797      797           
  Lines       16356    16356           
  Branches     1958     1958           
=======================================
  Hits        13971    13971           
  Misses       2353     2353           
  Partials       32       32           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update ee7bd72...1ea3c5f. Read the comment docs.

@github-actions

This comment has been minimized.

@@ -108,6 +108,7 @@

.option-list {
overflow-y: auto;
overflow-x: hidden;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

So it will clip it? Should we put ellipsis here?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It doesn't clip in my testing. This just fixes that few pixel overflow that adds a mostly useless scrollbar.

@jake-bassett jake-bassett merged commit c335c46 into main May 19, 2021
@jake-bassett jake-bassett deleted the fix-combo-box-overflow-x branch May 19, 2021 19:32
@github-actions
Copy link

Unit Test Results

    4 files  ±0  252 suites  ±0   14m 27s ⏱️ -24s
908 tests ±0  908 ✔️ ±0  0 💤 ±0  0 ❌ ±0 
914 runs  ±0  914 ✔️ ±0  0 💤 ±0  0 ❌ ±0 

Results for commit c335c46. ± Comparison against base commit ee7bd72.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants