From ef300d36172edd8d4fdf589d18f96e6dd4e084b9 Mon Sep 17 00:00:00 2001 From: Zoker Date: Tue, 18 Oct 2016 22:32:11 +0800 Subject: [PATCH] add cal for panel body --- app/assets/stylesheets/plans.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/assets/stylesheets/plans.scss b/app/assets/stylesheets/plans.scss index e1a5356..ce6faa8 100644 --- a/app/assets/stylesheets/plans.scss +++ b/app/assets/stylesheets/plans.scss @@ -143,6 +143,10 @@ } .panel-body { border-top-color: $NormalBorderColor; + height: calc(100vh - 170px); + overflow-x: hidden; + white-space: nowrap; + overflow-y: scroll; } .panel-footer { border-bottom-color: $NormalBorderColor;