Skip to content

Commit

Permalink
fix(scroll): Make dock's box-sizing border-box.
Browse files Browse the repository at this point in the history
  • Loading branch information
trevorgerhardt committed Oct 31, 2016
1 parent dacb761 commit ccf55d1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/containers/indianapolis/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ body {
height: 100%;
overflow-y: scroll;
padding: 0.5rem 1rem;
box-sizing: border-box;
}

.Taui-Dock-content .heading {
Expand Down

0 comments on commit ccf55d1

Please sign in to comment.