Guest User

Untitled

a guest
Jul 22nd, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. html>body tbody.scrollContent {
  2. margin-top: 24px;
  3. padding-top: 8px;
  4. display: block;
  5. height: 400px; /* If you delete this rule you will see the table rows return to their normal size */
  6. overflow: auto;
  7. width: 100%
  8. }
Add Comment
Please, Sign In to add comment