From c898e12ceaebb421269c135788516f52699aa01a Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Fri, 10 Oct 2014 18:44:32 +0200 Subject: reproducible: use iframes --- userContent/static/style.css | 3 +++ 1 file changed, 3 insertions(+) (limited to 'userContent/static') diff --git a/userContent/static/style.css b/userContent/static/style.css index e493f55c..4d5faf97 100644 --- a/userContent/static/style.css +++ b/userContent/static/style.css @@ -2,6 +2,7 @@ html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust:100%; + height:100%; } body { @@ -12,6 +13,8 @@ body { color: #333333; padding: 0.25em 0.25em 0em 0.25em; margin: 0.25em 0.25em 0em 0.25em; + height: 100%; + overflow: hidden; } pre { -- cgit v1.2.3-54-g00ecf