overflow: scroll -> auto

pull/161/head
Aevann 2023-06-30 00:35:42 +03:00
parent 4c84506602
commit 533426c080
1 changed files with 1 additions and 1 deletions

View File

@ -4271,7 +4271,7 @@ small, .small {
color: var(--muted);
font-size: 12px;
width: 100%;
overflow-x: scroll;
overflow-x: auto;
}
.posts .ghost-post .post-meta {