mirror of
https://github.com/spiral-project/ihatemoney.git
synced 2025-04-29 17:52:37 +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:
parent
0aafbcc0b3
commit
8b96dcb257
1 changed files with 0 additions and 4 deletions
|
@ -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;}
|
||||||
|
|
Loading…
Reference in a new issue