Advertisement
poisonthangs_x

Scrollable Friends

Apr 21st, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. <style>
  2.  
  3. #profileV1main > tbody > tr > td:nth-child(2) > table > tbody > tr > td.text > p > table.friendSpace > tbody > tr > td > table:nth-child(2) > tbody > tr:nth-child(2) > td > table > tbody > tr:nth-child(1) > td > table
  4. {
  5. display: block;
  6. width: 100%;
  7. padding: 1%;
  8. height: 300px;
  9. top: 5%;
  10. float: left;
  11. position: fixed;
  12. overflow: auto;
  13. }
  14. </style>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement