mirror of
https://github.com/better-auth/better-auth.git
synced 2026-07-20 20:59:52 -05:00
docs: add horizontal scrolling to landing page code block (#9975)
This commit is contained in:
@@ -917,7 +917,7 @@ export function DatabaseSection() {
|
||||
allowCopy={false}
|
||||
codeblock={{
|
||||
className:
|
||||
"border-0 rounded-none my-0 shadow-none bg-transparent [&_div]:bg-transparent [&_div]:text-[11px] [&_pre]:!p-0 [&_pre]:!overflow-hidden [&_div]:!overflow-hidden [&_code]:!overflow-hidden",
|
||||
"border-0 rounded-none my-0 shadow-none bg-transparent [&_div]:bg-transparent [&_div]:text-[11px] [&_pre]:!p-0 [&_div]:overflow-x-auto",
|
||||
}}
|
||||
/>
|
||||
<div className="absolute inset-y-0 right-0 w-14 bg-gradient-to-l from-background to-transparent pointer-events-none" />
|
||||
|
||||
Reference in New Issue
Block a user