From a21e75d865bf710111e072dbb72e747ee826c318 Mon Sep 17 00:00:00 2001 From: Raphael Wickihalder Date: Sat, 9 Apr 2022 17:26:27 +0200 Subject: [PATCH] Fix scrollbar bug on markdown page --- ui/scss/component/_post.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/scss/component/_post.scss b/ui/scss/component/_post.scss index 5fa45539e..2dd5b865b 100644 --- a/ui/scss/component/_post.scss +++ b/ui/scss/component/_post.scss @@ -116,7 +116,7 @@ font-size: var(--font-large); height: auto; max-height: none; - overflow: auto; + // overflow: auto; margin-bottom: var(--spacing-l); }