This is an automated email from the ASF dual-hosted git repository. rclabo pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/lucenenet.git
commit 82774e35e1701ec2d6629a632f5dab15253e998c Author: Ron Clabo <[email protected]> AuthorDate: Mon Mar 21 17:26:36 2022 -0400 website: bug fix so that Improve this Doc is always clickable. --- websites/site/lucenetemplate/styles/main.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/websites/site/lucenetemplate/styles/main.css b/websites/site/lucenetemplate/styles/main.css index b75cba3..70b043f 100644 --- a/websites/site/lucenetemplate/styles/main.css +++ b/websites/site/lucenetemplate/styles/main.css @@ -146,7 +146,7 @@ body .toc { right: 0; width: 200px; overflow: hidden; - height: 200px; + height: 150px; z-index: 9999; } #forkongithub a {
