Guest User

Untitled

a guest
Nov 22nd, 2017
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. div {
  2. overflow: auto;
  3. height: 80px;
  4. width: 80px;
  5. }
  6. @media print {
  7. div {
  8. overflow: visible;
  9. }
  10. }
  11. <div>
  12. 11111
  13. 33333
  14. 44444
  15. 55555
  16. 66666
  17. 77777
  18. 22222
  19. </div>
Add Comment
Please, Sign In to add comment