hide icky webkit scrollbars in code panels
This commit is contained in:
parent
ee257b71dc
commit
5f92f1c0e5
|
@ -41,6 +41,11 @@
|
|||
.page .blog .code-panel pre {
|
||||
overflow: scroll;
|
||||
}
|
||||
.page .blog .code-panel pre::-webkit-scrollbar {
|
||||
height: 0;
|
||||
width: 0;
|
||||
background: transparent;
|
||||
}
|
||||
|
||||
.page .blog .separator {
|
||||
margin: 2em;
|
||||
|
|
Loading…
Reference in New Issue