From dc571f1291f6b82b189a0db52c0468ae2fc7af4b Mon Sep 17 00:00:00 2001 From: Yong He Date: Tue, 4 May 2021 12:53:27 -0700 Subject: Update gfx getting started doc (#1832) --- docs/_layouts/user-guide.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'docs/_layouts') diff --git a/docs/_layouts/user-guide.html b/docs/_layouts/user-guide.html index 9a776aadc..1a4be7030 100644 --- a/docs/_layouts/user-guide.html +++ b/docs/_layouts/user-guide.html @@ -52,7 +52,6 @@ position: fixed; overflow-y: auto; box-sizing: border-box; - max-height: 100vh; display: block; } @@ -100,7 +99,7 @@ } .toc_span:hover { - color: #3030BE + color: #d5000d; } .tocIcon { @@ -138,6 +137,7 @@ #tocColumn { width: 300px; display: block; + box-sizing: border-box; } #rightColumn { padding-left: 320px; @@ -151,6 +151,7 @@ position: static; display: none; border-right-style: none; + box-sizing: content-box; } #tocInner { padding: 10px; -- cgit v1.2.3