Browse Source

Hide scrollbar

pull/5/head
Weilbyte 6 years ago
committed by GitHub
parent
commit
6f284a15e0
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 9
      discordDark.css

9
discordDark.css

@ -367,3 +367,12 @@
color: #7289da;
}
/* Hide ugly scrollbars */
html {
overflow: scroll;
overflow-x: hidden;
}
::-webkit-scrollbar {
width: 0px; /* remove scrollbar space */
background: transparent; /* optional: just make scrollbar invisible */
}

Loading…
Cancel
Save