add overflow: auto to hightlight class #152
This commit is contained in:
parent
edc508fa62
commit
cdef276335
1 changed files with 1 additions and 0 deletions
|
@ -653,6 +653,7 @@ ul.language-select > li, ul.footer-menu > li {
|
||||||
/* Copy code */
|
/* Copy code */
|
||||||
.highlight {
|
.highlight {
|
||||||
position: relative;
|
position: relative;
|
||||||
|
overflow: auto;
|
||||||
}
|
}
|
||||||
.highlight pre {
|
.highlight pre {
|
||||||
padding-right: 75px;
|
padding-right: 75px;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue