Skip to content

Commit

Permalink
Merged in Rasmus Sundberg's fix for the scrollbox on the unpinned con…
Browse files Browse the repository at this point in the history
…tent.
  • Loading branch information
Jonathan Smiley committed May 7, 2013
1 parent fa91c16 commit 7a78004
Showing 1 changed file with 2 additions and 14 deletions.
16 changes: 2 additions & 14 deletions responsive-tables.css
Original file line number Diff line number Diff line change
Expand Up @@ -28,23 +28,11 @@ table td, table th { padding: 9px 10px; text-align: left; }
.pinned td:last-child { border-bottom: 0; }

div.table-wrapper { position: relative; margin-bottom: 20px; overflow: hidden; border-right: 1px solid #ccc; }
div.table-wrapper div.scrollable table { margin-left: 35%; }
div.table-wrapper div.scrollable { margin-left: 35%; }
div.table-wrapper div.scrollable { overflow: scroll; overflow-y: hidden; }

table.responsive td, table.responsive th { position: relative; white-space: nowrap; overflow: hidden; }
table.responsive th:first-child, table.responsive td:first-child, table.responsive td:first-child, table.responsive.pinned td { display: none; }


}

/* -----------------------------------------
Page Name 1
----------------------------------------- */




/* -----------------------------------------
Page Name 2
----------------------------------------- */


1 comment on commit 7a78004

@lookfirst
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why not combine the two lines?

Please sign in to comment.