From 302ea70cf813f4ddcd6d789c5f46b5074d235f5c Mon Sep 17 00:00:00 2001 From: sunhao Date: Thu, 19 Oct 2023 09:58:37 +0800 Subject: [PATCH] * zui: remove extra scrollbar from page with zin view. --- www/js/zui3/compatible.css | 1 + 1 file changed, 1 insertion(+) diff --git a/www/js/zui3/compatible.css b/www/js/zui3/compatible.css index 5f276d8f4e..ac6760000f 100644 --- a/www/js/zui3/compatible.css +++ b/www/js/zui3/compatible.css @@ -1,4 +1,5 @@ #header {height: 50px;} +#header + #main {min-height: calc(100vh - 50px);} #navbar > .nav > .nav-item > .active {background: rgba(0,0,0,.1);} #navbar > .nav > .nav-item > .active:after {display: none;} #navbar .nav-divider {width: 2px; height: 20px;}