Skip to content

Commit fb4c8d7

Browse files
fix: minor overflow correction
1 parent e8207a7 commit fb4c8d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/Contact/index.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ function Contact() {
3535

3636
return (
3737
<PageTransition>
38-
<div className="bg-background-dark h-[calc(100vh-4.6rem)]">
38+
<div className="bg-background-dark h-[calc(100vh-4.6rem)] overflow-hidden">
3939
<div
4040
className={`${
4141
showBanner

0 commit comments

Comments
 (0)