Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix scroll Docsearch Button #224

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
trying to fix
nathanluiz33 committed Dec 26, 2023
commit 29dcb38267b4bc422a7c8f1d50985817398312f4
2 changes: 1 addition & 1 deletion components/decohelp/pages/ui/Content/Content.tsx
Original file line number Diff line number Diff line change
@@ -78,7 +78,7 @@ export default function Page({
{/* <BreadCrumb homePath={homePath} homeLabel={homeLabel} /> */}
<div class="w-full">
<div class="w-full xl:px-0 lg:pl-0 px-6 relative z-0">
<div class="flex flex-col gap-[8px] lg:pt-0 pt-[161px]">
<div class="flex flex-col gap-[8px] lg:pt-0 pt-[56px]">
{Title && (
<h1 class="text-neutral-900 text-[40px] font-semibold leading-[48px]">
{Title}
Loading