💄style(codeblocks): unhide scrollbars

Not enough people know about Shift+Scroll :(
Plus, if someone doesn't like scrollbars, they can hide them globally.

See #114
main
welpo 2 years ago
parent ac41bb18f8
commit ce7ac7cf2c
No known key found for this signature in database
GPG Key ID: A2F978CF4EC1F5A6

@ -60,13 +60,6 @@ pre {
border: 0rem;
border-radius: 5px;
// Hide horizontal scrollbar
scrollbar-width: none;
-ms-overflow-style: none;
&::-webkit-scrollbar {
display: none;
}
&::before {
content: attr(data-lang);
display: block;

Loading…
Cancel
Save