Add scroll bars for input and output

This commit is contained in:
Yanbing Zhao 2020-11-29 23:12:49 +08:00
parent 72043d30fe
commit c65954e1f2

View File

@ -27,6 +27,7 @@ pre {
.main-left {
position: absolute;
overflow-y: auto;
padding: 16px 16px;
word-spacing: 0;
width: calc(50% - 70px);
@ -37,6 +38,7 @@ pre {
.main-right {
position: absolute;
overflow-y: auto;
padding: 16px 16px;
word-spacing: 0;
width: calc(50% - 70px);