diff options
| author | Yong He <yonghe@outlook.com> | 2021-05-04 12:53:27 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-05-04 12:53:27 -0700 |
| commit | dc571f1291f6b82b189a0db52c0468ae2fc7af4b (patch) | |
| tree | 8d1cb0ab02f6b27a0900aeb6e4e3fcd3a20d5aa3 /docs/_layouts | |
| parent | a342080a4d58a5a1a3597ac34b0335202ec7c435 (diff) | |
Update gfx getting started doc (#1832)
Diffstat (limited to 'docs/_layouts')
| -rw-r--r-- | docs/_layouts/user-guide.html | 5 |
1 files changed, 3 insertions, 2 deletions
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; |
