Skip to content

Commit

Permalink
fix unintentional scroll bar, restore desired scrolling behavior
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonykoerber authored and Shuwen Qian committed Aug 16, 2016
1 parent 64239c8 commit c6b3b3f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/strand-inline-box/strand-inline-box.scss
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
font-weight: 400;
font-size: 13px;
line-height: 18px;
overflow: visible;
overflow: auto;
margin-left: 25px;
}

Expand All @@ -110,7 +110,7 @@

#content {
font-size: 11px;
line-height: 13px;
line-height: 14px;
margin-left: 0px;
}
}

0 comments on commit c6b3b3f

Please sign in to comment.