FIX: date picker on mobile

UPDATE pickaday.js to latest version
This commit is contained in:
Régis Hanol
2016-01-20 21:06:41 +01:00
parent 74b5d063f9
commit c79a8e836e
4 changed files with 64 additions and 19 deletions

View File

@@ -33,6 +33,15 @@
}
}
.date-picker-wrapper {
display: inline-block;
position: relative;
}
.pika-single {
position: absolute !important;
}
.modal-body.feature-topic {
padding: 5px;
max-height: 500px;