Skip to content

Commit

Permalink
fix: add min-height to saturation component
Browse files Browse the repository at this point in the history
  • Loading branch information
yvmunayev committed Sep 1, 2020
1 parent 5ef86a2 commit 59e2757
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/ColorPicker/commons/saturation/styled.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import attachThemeAttrs from '../../../../styles/helpers/attachThemeAttrs';

export const StyledColor = styled.div`
position: relative;
min-height: 160px;
height: 100%;
overflow: hidden;
Expand Down

0 comments on commit 59e2757

Please sign in to comment.