From 6075ccccd55f5a4880d7eb177b0212f3262ad318 Mon Sep 17 00:00:00 2001 From: Daniel Date: Wed, 9 Apr 2014 18:18:32 +0200 Subject: [PATCH] article-tag scaling height fix --- www/css/desktop.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/www/css/desktop.css b/www/css/desktop.css index 1def7cdf..b00b193d 100644 --- a/www/css/desktop.css +++ b/www/css/desktop.css @@ -219,8 +219,9 @@ article{padding:20px 40px 80px 40px} } @media only screen and (min-width:1366px){ -body{background:#eae8e4} -.wrap{width:800px;max-width:800px} +html{overflow-y:scroll;height:100%} +body{background:#eae8e4;height:100%} +.wrap{width:800px;max-width:800px;height:auto !important;min-height:100%;height:100%;position:relative;overflow:hidden} article{background:#f7f5f2;float:left} .moodpic{margin:-20px 0 0 -40px;width:880px;height:230px} .moodpic img{width:auto}