Fix formatting

This commit is contained in:
Kalle 2026-03-20 16:54:33 +02:00
parent 0e88532f3a
commit 4c3a279f7b

View File

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