Merge pull request #3 from Yukaii/overflow-auto
Fix overflow scroll to auto
This commit is contained in:
commit
c4d9fee1d0
|
@ -2,7 +2,7 @@
|
|||
.highlight {
|
||||
background-color: #1e1c3f;
|
||||
padding: 7px 7px 7px 10px;
|
||||
overflow: scroll;
|
||||
overflow: auto;
|
||||
font-size: 90%;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue