Skip to content

Commit

Permalink
Do not make scroll to appear when not needed
Browse files Browse the repository at this point in the history
  • Loading branch information
hanbyul-here committed Oct 6, 2023
1 parent e2c4b90 commit 0971af0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/scripts/components/datasets/s-explore/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ const ScrollArea = styled.div`
const ScrollAreaInner = styled.div`
position: absolute;
inset: 0px;
overflow: scroll;
overflow-y: auto;
`;

const isSelectedDateValid = (dateList, selectedDate) => {
Expand Down

0 comments on commit 0971af0

Please sign in to comment.