mirror of
https://github.com/better-auth/better-auth.git
synced 2026-05-25 16:36:34 -05:00
docs(builder): fix layout overflow on smaller screens
Co-Authored-by: EvanGourmaud <83598451+EvanGourmaud@users.noreply.github.com>
This commit is contained in:
@@ -268,7 +268,7 @@ export function Builder() {
|
||||
</DialogDescription>
|
||||
</DialogHeader>
|
||||
|
||||
<div className="flex gap-4 md:gap-12 flex-col md:flex-row items-center md:items-start">
|
||||
<div className="overflow-y-scroll no-scrollbar flex gap-4 md:gap-12 flex-col md:flex-row items-center md:items-start">
|
||||
<div className={cn("w-4/12")}>
|
||||
<div className="overflow-scroll h-[580px] relative no-scrollbar">
|
||||
{options.signUp ? (
|
||||
|
||||
Reference in New Issue
Block a user