Skip to content

Commit

Permalink
Fix displaying issues
Browse files Browse the repository at this point in the history
  • Loading branch information
dmtrKovalenko committed Jan 16, 2020
1 parent 6ccc1c9 commit d28a981
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions lib/src/views/Calendar/CalendarView.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ import { DatePickerView } from '../../DatePicker';
import { SlideDirection } from './SlideTransition';
import { Calendar, CalendarProps } from './Calendar';
import { useUtils } from '../../_shared/hooks/useUtils';
import { VIEW_HEIGHT } from '../../constants/dimensions';
import { ParsableDate } from '../../constants/prop-types';
import { MaterialUiPickersDate } from '../../typings/date';
import { FadeTransitionGroup } from './FadeTransitionGroup';
Expand Down Expand Up @@ -99,6 +100,7 @@ export const useStyles = makeStyles(
},
gridFullHeight: {
flex: 1,
minHeight: VIEW_HEIGHT - 60,
height: '100%',
},
},
Expand Down
1 change: 0 additions & 1 deletion lib/src/views/Calendar/YearSelection.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ export const useStyles = makeStyles(
flexDirection: 'row',
flexWrap: 'wrap',
overflowY: 'auto',
justifyContent: 'center',
height: '100%',
},
},
Expand Down

0 comments on commit d28a981

Please sign in to comment.