Fix datepicker popup not fully aligned on mobile
This commit is contained in:
parent
2b852de06f
commit
c1148bcbda
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
@media screen and (max-width: ($tablet)) {
|
@media screen and (max-width: ($tablet)) {
|
||||||
width: calc(100vw - 4rem);
|
width: calc(100vw - 5rem);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in a new issue