Skip to content

Commit d42919a

Browse files
author
fabianmoronzirfas
committed
fix(style): code should overflow with scroll now
1 parent c6b260f commit d42919a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

assets/css/styles.scss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,8 @@ li:before {
109109
@import "syntax";
110110
pre {
111111
background: #eee !important;
112+
overflow: auto;
113+
border-radius: 3px;
112114
}
113115

114116
code {

0 commit comments

Comments
 (0)