Guest User

Untitled

a guest
Nov 18th, 2018
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. ```html
  2. <div>
  3. <div id="myScrollableArea">
  4.  
  5. </div>
  6. </div>
  7. ```
  8.  
  9. ```css
  10. #myScrollableArea {
  11. height: 400px;
  12. overflow: auto;
  13. }
  14. ```
Add Comment
Please, Sign In to add comment