Commit 87a46b50 authored by Juan Manuel Solaro's avatar Juan Manuel Solaro

(fix): change datetime picker's min-height for mobile web

1 merge request!494WIP: epic/post-scheduler
Pipeline #79987779 passed with stages
in 52 minutes and 27 seconds
......@@ -31,3 +31,9 @@ m-poster-date-selector {
width: 125px;
}
}
@media screen and (max-height: 570px) {
div.c-datepicker {
min-height: 560px;
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment