Skip to content

Commit

Permalink
[fix: jameskolce/atgrid.css#25] Add overflow:auto to container
Browse files Browse the repository at this point in the history
  • Loading branch information
James Kolce committed Dec 29, 2016
1 parent 6cc486e commit db01940
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion dist/concise.css
Original file line number Diff line number Diff line change
Expand Up @@ -541,7 +541,8 @@ table {
margin-right: auto;
max-width: 1200px;
padding-left: 1rem;
padding-right: 1rem; }
padding-right: 1rem;
overflow: auto; }

[grid] {
display: -webkit-box;
Expand Down
Loading

0 comments on commit db01940

Please sign in to comment.