Advertisement
slstar

scrollbox

May 28th, 2021
671
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. <style>
  2. #text08 {
  3. background-color: transparent;
  4. width: 300px;
  5. height: 150px;
  6. overflow: scroll;
  7. overflow-x: hidden;
  8. overflow-y: scroll;
  9. }
  10. </style>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement