Fix global horizontal overflow
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user