calendar should overflow in the 'Feature this topic' modal
This commit is contained in:
parent
9206741190
commit
a682ef5266
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue