Update style.css (#1)
Deactivation of the overflow on the X-axis, while still maintaining the overflow on the Y-axis.
This commit is contained in:
parent
a6d18f90bb
commit
2a0bfb6add
@ -34,7 +34,7 @@ html,
|
|||||||
body {
|
body {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
overflow: hidden;
|
overflow-x: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
|
Loading…
Reference in New Issue
Block a user