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`;