fix(847): increased z index of date picker (#307)

keep-around/af30b88d367751c9e05a735e4a0467a96238ef47
Mirlan 5 years ago committed by GitHub
parent 3b36f212c6
commit 474e1da8fb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      src/features/HeaderFilters/components/DatePicker/styled.tsx

@ -4,6 +4,7 @@ export const Wrapper = styled.div`
position: absolute;
left: 0;
top: calc(100% + 14px);
z-index: 10;
.react-datepicker {
margin: 0;

Loading…
Cancel
Save