Prevent modal overflow

Allowing the modal to extend; thus "natural" page scrolling allows to see the
whole popup.
This commit is contained in:
Jocelyn Delalande 2017-02-09 15:47:28 +01:00
parent 0aafbcc0b3
commit 8b96dcb257

View file

@ -223,10 +223,6 @@ tr:hover .extra-info {
display: inline;
}
.modal-body {
max-height:455px;
}
/* Fluid Offsets for Boostrap */
.row-fluid > [class*="span"]:not([class*="offset"]):first-child{margin-left:0;}