Prevent horizontal overflow also in body.

This commit is contained in:
codevictory
2021-07-06 22:41:00 +03:00
parent ea79dd8bbe
commit f08c34c0b8

View File

@@ -12,6 +12,7 @@ body {
@media screen and (max-width: 600px) { @media screen and (max-width: 600px) {
body { body {
background-color: #d5caf2; background-color: #d5caf2;
overflow-x: hidden;
} }
} }