Advertisement
chocolatemix

no scrollbar chapel

May 9th, 2023 (edited)
45
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. /* Gets rid of a nasty scrollbar on PC. */
  2. .popover ::-webkit-scrollbar {
  3. width: 0;
  4. background: transparent;
  5. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement