Fix global horizontal overflow

This commit is contained in:
2020-04-04 18:13:13 +02:00
parent 2170cd2e57
commit 7601fe8b44
3 changed files with 2 additions and 3 deletions

View File

@@ -1,9 +1,10 @@
// Main page
.housesof {
overflow: hidden;
position: absolute;
top: 0;
left: 0;
right: 0;
width: 100%;
transition: opacity 0.4s $ease-quart;
will-change: opacity;