From 3f86dc2769803c95269b3a6a59adc79e1a019483 Mon Sep 17 00:00:00 2001 From: Cole Peters Date: Fri, 3 May 2024 16:13:03 -0500 Subject: [PATCH] Resolve landing overflow issues --- src/http/get-landing/index.mjs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/http/get-landing/index.mjs b/src/http/get-landing/index.mjs index 2a0bb3d0..4789c8ae 100644 --- a/src/http/get-landing/index.mjs +++ b/src/http/get-landing/index.mjs @@ -66,6 +66,7 @@ export async function handler () { color: var(--body); scrollbar-color: var(--gray-300) transparent; scrollbar-width: thin; + overflow-x: clip; } .underline {