Я только что заметил, что на одном из моих сайтов вы можете прокручивать по горизонтали, и это буквально пустое место справа от контента. Не знаю, откуда это. Я попытался добавить следующий CSS, чтобы выделить элемент, вызывающий проблему, но это не так:
* {
background: black !important;
}
* * {
background: pink !important;
}
* * * {
background: red !important;
}
* * * * {
background: blue !important;
}
* * * * * {
background: green !important;
}
* * * * * * {
background: grey !important;
}
* * * * * * * {
background: brown !important;
}
* * * * * * * * {
background: beige !important;
}
* * * * * * * * * {
background: black !important;
}
* * * * * * * * * * {
background: pink !important;
}
* * * * * * * * * * * {
background: red !important;
}
* * * * * * * * * * * * {
background: blue !important;
}
* * * * * * * * * * * * * {
background: green !important;
}
* * * * * * * * * * * * * * {
background: grey !important;
}
* * * * * * * * * * * * * * * {
background: brown !important;
}
* * * * * * * * * * * * * * * * {
background: beige !important;
}
* * * * * * * * * * * * * * * * * {
background: lightgreen !important;
}
* * * * * * * * * * * * * * * * * * {
background: lightcoral !important;
}
* * * * * * * * * * * * * * * * * * * {
background: yellow !important;
}
* * * * * * * * * * * * * * * * * * * * {
background: purple !important;
}
* * * * * * * * * * * * * * * * * * * * * {
background: rebeccapurple !important;
}
* * * * * * * * * * * * * * * * * * * * * * {
background: sandybrown !important;
}
* * * * * * * * * * * * * * * * * * * * * * * {
background: saddlebrown !important;
}
* * * * * * * * * * * * * * * * * * * * * * * * {
background: navajowhite !important;
}
* * * * * * * * * * * * * * * * * * * * * * * * * {
background: orange !important;
}
* * * * * * * * * * * * * * * * * * * * * * * * * * {
background: orangered !important;
}
* * * * * * * * * * * * * * * * * * * * * * * * * * * {
background: greenyellow !important;
}
Вы можете увидеть проблему здесь .
Я не знаю, как еще отладить это.
Любые идеи приветствуются.