fix scroll bug
This commit is contained in:
parent
49afe92cba
commit
cda7e1631b
|
@ -24,6 +24,8 @@
|
|||
left: 50%;
|
||||
transform: translateX(-50%);
|
||||
|
||||
overflow-y: auto;
|
||||
|
||||
.md-content {
|
||||
text-align: left;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue