diff --git a/static/style.css b/static/style.css index 24b685e..32f280b 100644 --- a/static/style.css +++ b/static/style.css @@ -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 */