Fix global horizontal overflow
This commit is contained in:
@@ -8,7 +8,6 @@ body {
|
||||
background: $color-primary;
|
||||
color: #fff;
|
||||
cursor: default;
|
||||
overflow-x: hidden;
|
||||
}
|
||||
*, *:before, *:after {
|
||||
box-sizing: border-box;
|
||||
|
||||
@@ -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;
|
||||
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
.photos {
|
||||
overflow: hidden;
|
||||
position: relative;
|
||||
margin-top: -22px;
|
||||
background-color: #fff;
|
||||
|
||||
Reference in New Issue
Block a user