Advertisement
Guest User

Adding scrolling mainbar

a guest
Nov 14th, 2021
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.15 KB | None | 0 0
  1. ul{
  2.     width:800px;
  3.     overflow: scroll hidden;
  4.     list-style-type:none;
  5.     padding-inline-start:0px;
  6.    
  7. }
  8. ::-webkit-scrollbar {
  9.   display: none;
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement