1
0

Fix datepicker popup not fully aligned on mobile

This commit is contained in:
kolaente
2021-01-15 21:11:29 +01:00
parent 2b852de06f
commit c1148bcbda

View File

@ -62,7 +62,7 @@
}
@media screen and (max-width: ($tablet)) {
width: calc(100vw - 4rem);
width: calc(100vw - 5rem);
}
}
}