From 4c3a279f7b3829de748b378ba9d0cda5db1ee061 Mon Sep 17 00:00:00 2001 From: Kalle <38327916+Sendouc@users.noreply.github.com> Date: Fri, 20 Mar 2026 16:54:33 +0200 Subject: [PATCH] Fix formatting --- app/root.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/root.tsx b/app/root.tsx index 62c9717f3..1ea0bf88f 100644 --- a/app/root.tsx +++ b/app/root.tsx @@ -368,7 +368,7 @@ export default function App() { const scrollbarWidth = window.innerWidth - document.documentElement.clientWidth; - + htmlStyle.overflow = "initial"; bodyStyle.overflow = "hidden"; bodyStyle.paddingRight = `${scrollbarWidth}px`;