Skip to content

Commit 372cc6a

Browse files
committed
fix: scrolling bug
1 parent a24bd3e commit 372cc6a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/_includes/layout.njk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
{{ extra_head_content | safe }}
5050
{% endif %}
5151
</head>
52-
<body class="overflow-hidden w-screen h-screen bg-gray-100 font-sans">
52+
<body class="w-screen h-screen bg-gray-100 font-sans">
5353
<!-- Google Tag Manager (noscript) -->
5454
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-577DCV5D"
5555
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>

src/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
title: WPG Bike Bingo
44
extra_head_content: '<script defer src="//cdn.jsdelivr.net/npm/sweetalert2@11"></script><script defer src="/js/warning.js"></script>'
55
---
6-
<div class="flex flex-col justify-between md:flex-row h-full w-full">
6+
<div class="overflow-hidden flex flex-col justify-between md:flex-row h-full w-full">
77
<div class="text-left mx-12 flex flex-col justify-between md:w-2/5">
88
<div class="my-4">
99
<a class="text-blue-700 underline mr-1 hover:text-gray-900" href="/wall">Wall of Fame</a>

0 commit comments

Comments
 (0)