diff options
Diffstat (limited to 'userContent/static')
-rw-r--r-- | userContent/static/style.css | 3 |
1 files changed, 3 insertions, 0 deletions
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 { |