diff --git a/server/styles.css b/server/styles.css index 6f270300c1dbeef644fc2694f9ccf2325c47eebd..c642745715d54a537feabe7a9c1466e0ed06db27 100644 --- a/server/styles.css +++ b/server/styles.css @@ -27,4 +27,12 @@ .underline, .hover\:underline:hover { text-underline-offset: 4px; } + + /* This fixes scrollbar jump */ + @media screen and (min-width: 960px) { + html { + margin-left: calc(100vw - 100%); + margin-right: 0; + } + } } \ No newline at end of file