Fix bugs on pipeline new card creation and checkboxes not scrollable
This commit is contained in:
@ -12,6 +12,7 @@ type OwnProps = {
|
||||
const StyledInputContainer = styled.div`
|
||||
align-items: center;
|
||||
display: flex;
|
||||
position: relative;
|
||||
`;
|
||||
|
||||
const StyledInput = styled.input<{ indeterminate?: boolean }>`
|
||||
|
||||
Reference in New Issue
Block a user