Skip to content
Snippets Groups Projects
Commit 81cb32ab authored by xaralis's avatar xaralis
Browse files

fix: hide post overflow scrollbars if not needed

parent 2cf5aaac
No related branches found
No related tags found
No related merge requests found
Pipeline #2085 passed
......@@ -328,7 +328,7 @@ const Post = ({
{labels}
</div>
<div
className="text-sm lg:text-base text-black leading-normal content-block overflow-x-scroll overflow-y-hidden mt-1"
className="text-sm lg:text-base text-black leading-normal content-block overflow-x-auto overflow-y-hidden mt-1"
dangerouslySetInnerHTML={htmlContent}
></div>
</div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment