calendar should overflow in the 'Feature this topic' modal

This commit is contained in:
Régis Hanol 2017-06-23 17:51:04 +02:00
parent 9206741190
commit a682ef5266
1 changed files with 4 additions and 0 deletions

View File

@ -34,8 +34,12 @@
} }
.modal-body.feature-topic { .modal-body.feature-topic {
overflow: visible;
padding: 5px; padding: 5px;
max-height: 500px; max-height: 500px;
input.date-picker {
margin: 0;
}
hr { hr {
margin: 10px 0; margin: 10px 0;
} }