Skip to content

Commit

Permalink
[fix: #262] Fix background overflow
Browse files Browse the repository at this point in the history
- Remove "overflow: auto" from _atgrid.scss
- Move the background declaration to body instead of :root
  • Loading branch information
James Kolce committed Feb 4, 2017
1 parent 6153837 commit b284050
Show file tree
Hide file tree
Showing 2 changed files with 80 additions and 80 deletions.
1 change: 0 additions & 1 deletion src/_atgrid.scss
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
max-width: $container-width;
padding-left: $gutter / 2;
padding-right: $gutter / 2;
overflow: auto;
}

[#{$prefix}grid] {
Expand Down
Loading

0 comments on commit b284050

Please sign in to comment.