From 8b96dcb25756ae54edf5ecfdba1a706b54a7ab0f Mon Sep 17 00:00:00 2001 From: Jocelyn Delalande Date: Thu, 9 Feb 2017 15:47:28 +0100 Subject: [PATCH] Prevent modal overflow Allowing the modal to extend; thus "natural" page scrolling allows to see the whole popup. --- budget/static/css/main.css | 4 ---- 1 file changed, 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;}