diff --git a/src/style/base.css b/src/style/base.css index 584a6ff..e17b06a 100644 --- a/src/style/base.css +++ b/src/style/base.css @@ -24,6 +24,9 @@ html, body { background-color: var(--bg-color); color: var(--main-color); + + /* Fix for Jumping Scrollbar Issue */ + padding-left: calc(100vw - 100%); } .app > main {