fix overflow typo
This commit is contained in:
parent
ce7d488fd6
commit
dce70383a1
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ html {
|
||||||
background-color: $lbry-white;
|
background-color: $lbry-white;
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
overflow: hidden;
|
overflow-x: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
|
|
Loading…
Add table
Reference in a new issue