fix scroll bug

This commit is contained in:
blek 2023-12-23 19:55:46 +10:00
parent 49afe92cba
commit cda7e1631b
Signed by: blek
GPG Key ID: 14546221E3595D0C
1 changed files with 2 additions and 0 deletions

View File

@ -24,6 +24,8 @@
left: 50%;
transform: translateX(-50%);
overflow-y: auto;
.md-content {
text-align: left;
}