💄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
This commit is contained in:
parent
ac41bb18f8
commit
ce7ac7cf2c
@ -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…
x
Reference in New Issue
Block a user