aboutsummaryrefslogtreecommitdiff
path: root/budget
diff options
context:
space:
mode:
authorJocelyn Delalande <jocelyn@crapouillou.net>2017-02-09 15:47:28 +0100
committerJocelyn Delalande <jocelyn@crapouillou.net>2017-02-09 15:47:28 +0100
commit8b96dcb25756ae54edf5ecfdba1a706b54a7ab0f (patch)
tree01d4bd74f37ac753bed5493b5ff024df49bfafc5 /budget
parent0aafbcc0b396aebfe1cd98ceea451b239c6c397c (diff)
downloadihatemoney-mirror-8b96dcb25756ae54edf5ecfdba1a706b54a7ab0f.zip
ihatemoney-mirror-8b96dcb25756ae54edf5ecfdba1a706b54a7ab0f.tar.gz
ihatemoney-mirror-8b96dcb25756ae54edf5ecfdba1a706b54a7ab0f.tar.bz2
Prevent modal overflow
Allowing the modal to extend; thus "natural" page scrolling allows to see the whole popup.
Diffstat (limited to 'budget')
-rw-r--r--budget/static/css/main.css4
1 files changed, 0 insertions, 4 deletions
diff --git a/budget/static/css/main.css b/budget/static/css/main.css
index a82ffe6..4823830 100644
--- a/budget/static/css/main.css
+++ b/budget/static/css/main.css
@@ -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;}