Fix scrolling on landing page (mobile)
This commit is contained in:
parent
b21e788ab2
commit
f69a1ce3c4
2 changed files with 5 additions and 2 deletions
|
@ -2,11 +2,14 @@ html,
|
|||
body {
|
||||
height: 100%;
|
||||
/* The html and body elements cannot have any padding or margin. */
|
||||
overflow:hidden;
|
||||
color: #ddd;
|
||||
background-color: #181818;
|
||||
}
|
||||
|
||||
.no-overflow {
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.horizontal-line {
|
||||
-webkit-box-shadow: rgba(255, 255, 255, 0.07) 0 1px 0;
|
||||
-moz-box-shadow: rgba(255, 255, 255, 0.07) 0 1px 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue