You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by ur...@apache.org on 2022/03/31 03:01:04 UTC

[pulsar-site] 01/01: fix: some link click fail

This is an automated email from the ASF dual-hosted git repository.

urfree pushed a commit to branch fix/some-click-failure
in repository https://gitbox.apache.org/repos/asf/pulsar-site.git

commit 917eefdf1ad28758210b0bd7302be3c02a88d388
Author: Li Li <ur...@apache.org>
AuthorDate: Thu Mar 31 11:00:09 2022 +0800

    fix: some link click fail
    
    Signed-off-by: Li Li <ur...@apache.org>
---
 site2/website-next/src/css/custom.css | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/site2/website-next/src/css/custom.css b/site2/website-next/src/css/custom.css
index 5c399db..39730db 100644
--- a/site2/website-next/src/css/custom.css
+++ b/site2/website-next/src/css/custom.css
@@ -298,7 +298,7 @@ div[class^="searchBox_"]  {
   margin-bottom: 100px;
 }
 .mdx-page header:after{
-  z-index: 0;
+  z-index: -1;
   content: '';
   position: absolute; 
   top:50%;