Skip to content

Commit 41a7fd4

Browse files
authored
fix(layout): prevent auth form overlapping header on low-height viewports (#42)
1 parent d6a38d9 commit 41a7fd4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/layouts/AuthLayout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { BookOpen, ArrowLeft } from 'lucide-react';
33

44
const AuthLayout = () => {
55
return (
6-
<div className="min-h-screen w-full flex items-center justify-center p-4 bg-gradient-to-br from-blue-50 via-white to-green-50">
6+
<div className="relative min-h-screen w-full flex items-center justify-center p-4 bg-gradient-to-br from-blue-50 via-white to-green-50">
77
<div className="absolute top-6 left-6">
88
<Link
99
to="/"

0 commit comments

Comments
 (0)