From 3596b74f01e170d51520769d0407c93517a6ac7f Mon Sep 17 00:00:00 2001 From: Nathan Gray Date: Wed, 4 Dec 2013 20:53:10 +0000 Subject: [PATCH] Use 1% to avoid scrollbars when they should not be there --- etemplate/templates/default/etemplate2.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etemplate/templates/default/etemplate2.css b/etemplate/templates/default/etemplate2.css index 608819fb86..5957644560 100644 --- a/etemplate/templates/default/etemplate2.css +++ b/etemplate/templates/default/etemplate2.css @@ -11,7 +11,7 @@ border: 1px solid gray;*/ padding: 0px; background-color: white; - height: 100%; + height: 99%; } .et2_container > div:not([class]) { height: 100%;