hide icky webkit scrollbars in code panels

This commit is contained in:
ktyl 2022-05-28 21:46:34 +01:00
parent ddf998d1b7
commit 9287ade772
1 changed files with 5 additions and 0 deletions

View File

@ -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;