From df650f87c494f7c1cd4622186564a2c9c0f5df82 Mon Sep 17 00:00:00 2001 From: lily20180 <37946232+lily20180@users.noreply.github.com> Date: Fri, 9 Nov 2018 12:24:34 +0800 Subject: [PATCH] Update netscope.css MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit In netscope.css,#master-container should have height:100%。 --- assets/css/netscope.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/assets/css/netscope.css b/assets/css/netscope.css index b2efd7f..6c14544 100644 --- a/assets/css/netscope.css +++ b/assets/css/netscope.css @@ -15,6 +15,8 @@ h1, h2, h3 { /* Layout */ #master-container { + //Can't comment out height:100% + height: 100%; /*overflow: hidden; height: 100%; width: 100%;*/ @@ -222,4 +224,4 @@ h1, h2, h3 { padding-top:5px; margin-top:10px; border-top: 1px dotted #52637D; -} \ No newline at end of file +}