nasa / earthdata-search

Earthdata Search is a web application developed by NASA EOSDIS to enable data discovery, search, comparison, visualization, and access across EOSDIS' Earth Science data holdings.
https://search.earthdata.nasa.gov
Other
743 stars 221 forks source link

EDSC-4139: Fixes granule datepicker being partially hidden #1760

Closed macrouch closed 3 months ago

macrouch commented 3 months ago

Overview

What is the feature?

The granule datepicker was being partially hidden when the parent container did not have enough room.

What is the Solution?

Removed overflow: hidden; from SidebarSection.scss

What areas of the application does this impact?

Granule temporal searches

Testing

http://localhost:8080/search/granules?p=C2069247359-GES_DISC

Ensure both start and end date picker are fully visible

Checklist

codecov[bot] commented 3 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 92.10%. Comparing base (0dd0177) to head (0f1f0ae).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1760 +/- ## ======================================= Coverage 92.10% 92.10% ======================================= Files 747 747 Lines 19891 19891 Branches 4758 4758 ======================================= Hits 18321 18321 Misses 1425 1425 Partials 145 145 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.