Fixing horizontal scroll hopefully
This commit is contained in:
parent
efbce18b1e
commit
a3f992b1fe
@ -106,6 +106,7 @@ body {
|
||||
position: fixed;
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
overflow-x: hidden;
|
||||
background: white;
|
||||
z-index: 3;
|
||||
top: 0;
|
||||
|
@ -138,6 +138,7 @@ body {
|
||||
position: fixed;
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
overflow-x: hidden;
|
||||
background: white;
|
||||
z-index: 3;
|
||||
top: 0;
|
||||
|
Loading…
Reference in New Issue
Block a user