From 1f1e153af121917b535c9b4f28c38221b00110ce Mon Sep 17 00:00:00 2001 From: Yurii Palamarchuk Date: Thu, 26 Mar 2026 14:30:25 +0100 Subject: [PATCH] HBASE-30030 The "Edit on GitHub" is floating in generated PDF --- hbase-website/app/pages/_docs/docs/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hbase-website/app/pages/_docs/docs/index.tsx b/hbase-website/app/pages/_docs/docs/index.tsx index 4bb6cad4b225..49aa5a4bb62a 100644 --- a/hbase-website/app/pages/_docs/docs/index.tsx +++ b/hbase-website/app/pages/_docs/docs/index.tsx @@ -259,7 +259,7 @@ const renderer = toClientRenderer( href={`https://github.com/apache/hbase/edit/master/${baseGithubPath}${mdxFileRoute}`} rel="noreferrer noopener" target="_blank" - className="text-fd-secondary-foreground bg-fd-secondary hover:text-fd-accent-foreground hover:bg-fd-accent w-fit rounded-xl border p-2 text-sm font-medium transition-colors" + className="no-print text-fd-secondary-foreground bg-fd-secondary hover:text-fd-accent-foreground hover:bg-fd-accent w-fit rounded-xl border p-2 text-sm font-medium transition-colors" > Edit on GitHub