Fix datepicker popup not fully aligned on mobile
This commit is contained in:
@ -62,7 +62,7 @@
|
||||
}
|
||||
|
||||
@media screen and (max-width: ($tablet)) {
|
||||
width: calc(100vw - 4rem);
|
||||
width: calc(100vw - 5rem);
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user