mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-27 09:35:56 -05:00
fixed horizontal scrollbar
This commit is contained in:
parent
faa00982fd
commit
f99472afe1
1 changed files with 1 additions and 0 deletions
|
@ -10,6 +10,7 @@ body {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
color: $type-gray;
|
color: $type-gray;
|
||||||
font-family: "Helvetica Neue", "Helvetica", Arial, sans-serif;
|
font-family: "Helvetica Neue", "Helvetica", Arial, sans-serif;
|
||||||
|
overflow-x: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Typography */
|
/* Typography */
|
||||||
|
|
Loading…
Reference in a new issue