mirror of
https://github.com/tenrok/vue2-datepicker.git
synced 2026-06-11 22:12:27 +03:00
fix: mobile support for date range (#419)
This commit is contained in:
@@ -134,6 +134,9 @@
|
||||
|
||||
.#{$namespace}-range-wrapper {
|
||||
display: flex;
|
||||
@media (max-width: 750px) {
|
||||
flex-direction: column;
|
||||
}
|
||||
}
|
||||
|
||||
.#{$namespace}-datepicker-header {
|
||||
|
||||
Reference in New Issue
Block a user