mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-23 07:38:07 -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;
|
||||
color: $type-gray;
|
||||
font-family: "Helvetica Neue", "Helvetica", Arial, sans-serif;
|
||||
overflow-x: hidden;
|
||||
}
|
||||
|
||||
/* Typography */
|
||||
|
|
Loading…
Reference in a new issue