fix: content jumps due to vertical scrollbar

This commit is contained in:
Vyacheslav Matyukhin 2022-03-26 01:57:40 +03:00
parent 4f8a4f4f31
commit 80ee4c4055
No known key found for this signature in database
GPG Key ID: 3D2A774C5489F96C

View File

@ -7,6 +7,10 @@ body {
Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif; Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
} }
html {
overflow-y: scroll;
}
* { * {
box-sizing: border-box; box-sizing: border-box;
} }