From a470f5946bd5bd28b7de4d41786a0c9a5dd2b9d4 Mon Sep 17 00:00:00 2001 From: Michael An <1822852997@qq.com> Date: Wed, 22 May 2019 18:37:53 +0800 Subject: [PATCH] adjust detail panel --- frontend/src/css/layout.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/css/layout.css b/frontend/src/css/layout.css index 26df6f7218..fa1e7b2d75 100644 --- a/frontend/src/css/layout.css +++ b/frontend/src/css/layout.css @@ -71,6 +71,7 @@ flex-direction: column; flex: 1; min-height: 0; + position: relative; } .side-panel-center, @@ -159,9 +160,8 @@ right: 0; background-color: #fff; width: 300px; - height: calc(100% - 50px); + height: 100%; box-shadow: -1px 0 3px 0 #ccc; - top: 49px; animation: move .5s ease-in-out 1; z-index: 50; }