From 8cfc9495cbe63b5cd1b15a2639d1cacd998c01d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=BD=97=E5=AE=AA?= Date: Thu, 28 May 2015 17:39:56 +0800 Subject: [PATCH] height --- static/style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/static/style.css b/static/style.css index fd7a5b986f..67654548e6 100644 --- a/static/style.css +++ b/static/style.css @@ -239,7 +239,8 @@ header { .main { overflow: hidden; position: relative; - min-height: calc(100% - 210px); + height: calc(100% - 210px); + min-height: 600px; transform-style: preserve-3d; transition: transform .6s cubic-bezier(0.785, 0.135, 0.15, 0.86), height .5s ease-out; transition: transform .6s cubic-bezier(0.785, 0.135, 0.15, 0.86), height .5s ease-out;