1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/ihatemoney_ynh.git synced 2024-09-03 19:26:15 +02:00

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; display: inline;
} }
.modal-body {
max-height:455px;
}
/* Fluid Offsets for Boostrap */ /* Fluid Offsets for Boostrap */
.row-fluid > [class*="span"]:not([class*="offset"]):first-child{margin-left:0;} .row-fluid > [class*="span"]:not([class*="offset"]):first-child{margin-left:0;}