Skip to content

Commit

Permalink
Fix Select styles
Browse files Browse the repository at this point in the history
  • Loading branch information
Tejas Kumar committed Mar 11, 2019
1 parent 5bd0429 commit f923905
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion src/Select/Select.Filter.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const Container = styled("div")(({ theme }) => {
label: "selectfilter",
"& > input": {
width: "100%",
padding: theme.space.content,
padding: theme.space.small,
border: 0,
outline: "none",
font: "inherit",
Expand Down
1 change: 0 additions & 1 deletion src/Select/Select.style.ts
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ const Options = styled("div")(
)

const OptionsList = styled("div")({
// whole number + 3/4 ratio here ensures options don't get cut off
maxHeight: 200,
overflow: "auto",
})
Expand Down

0 comments on commit f923905

Please sign in to comment.