Skip to content

Commit 6f770ed

Browse files
committed
🐛 fix(app): Fixes issue with Home Page Scrolling
1 parent 9e25537 commit 6f770ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/index.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ import Layout from "../layouts/Layout.astro";
2424
<Layout
2525
title="Concordia Programming Team"
2626
description="The home for Concordia University, Nebraska Competitive Programming and Software Development"
27-
class="bg-gray-900 text-light w-screen h-screen overflow-x-hidden lg:overflow-y-hidden flex flex-col"
27+
class="bg-gray-900 text-light w-screen h-screen overflow-x-hidden flex flex-col"
2828
>
2929
<section class="grid h-full w-full place-content-center px-10 pt-10 gap-5">
3030
<div class="flex flex-col gap-5 lg:w-1/2 h-3/4 lg:h-1/2 m-auto">

0 commit comments

Comments
 (0)