From 2077a755bb4717a59ad0bf81d3e4470f9fc2d74d Mon Sep 17 00:00:00 2001 From: "Tom (plebeius.eth)" Date: Tue, 24 Dec 2024 18:13:18 +0100 Subject: [PATCH] Update post.module.css --- src/views/post/post.module.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/post/post.module.css b/src/views/post/post.module.css index c198014b..6a71167b 100644 --- a/src/views/post/post.module.css +++ b/src/views/post/post.module.css @@ -1,6 +1,6 @@ .content { margin-bottom: 15px; - overflow-x: hidden; + overflow: visible; } .error {