mirror of
https://github.com/ustc-zzzz/mcbbs-markdown2bbcode-converter.git
synced 2024-11-27 02:49:58 +08:00
Add scroll bars for input and output
This commit is contained in:
parent
72043d30fe
commit
c65954e1f2
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user