Skip to content

Commit 3c2e00e

Browse files
committed
fix: mobile support for date range (#419)
1 parent 376a7ef commit 3c2e00e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/style/index.scss

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,9 @@
134134

135135
.#{$namespace}-range-wrapper {
136136
display: flex;
137+
@media (max-width: 750px) {
138+
flex-direction: column;
139+
}
137140
}
138141

139142
.#{$namespace}-datepicker-header {

0 commit comments

Comments
 (0)