@import '../../style_config/config';

.DayPickerModal {
    overflow:hidden;
    .DayPicker-box {
        width: 100%;
        & > div {
            width: 100%;
        }
    }
}