Update post_body overflow-x behaviour to scroll.

This commit is contained in:
mikupls 2022-03-31 01:10:38 +02:00
parent a9ef5bc08b
commit 28de74caa6
1 changed files with 2 additions and 0 deletions

View File

@ -893,6 +893,8 @@ a.search_subreddit:hover {
padding: 5px 15px 5px 12px;
grid-area: post_body;
width: calc(100% - 30px);
overflow-x: scroll;
scrollbar-width: none;
}
/* Used only for text post preview */