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