Fix overflow scroll to auto
Only show scrollbar when necessary
This commit is contained in:
parent
feb2f502e3
commit
a7888d199b
|
@ -2,7 +2,7 @@
|
||||||
.highlight {
|
.highlight {
|
||||||
background-color: #1e1c3f;
|
background-color: #1e1c3f;
|
||||||
padding: 7px 7px 7px 10px;
|
padding: 7px 7px 7px 10px;
|
||||||
overflow: scroll;
|
overflow: auto;
|
||||||
font-size: 90%;
|
font-size: 90%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue