From fabe9ce56bc46e3ba34e90e754d30020402cab68 Mon Sep 17 00:00:00 2001 From: rxu Date: Tue, 12 May 2020 19:34:07 +0700 Subject: [PATCH] [ticket/16474] Hide vertical scrollbar for attachbox PHPBB3-16474 --- phpBB/styles/prosilver/theme/content.css | 1 + 1 file changed, 1 insertion(+) diff --git a/phpBB/styles/prosilver/theme/content.css b/phpBB/styles/prosilver/theme/content.css index d23632e412..d1d20d4a99 100644 --- a/phpBB/styles/prosilver/theme/content.css +++ b/phpBB/styles/prosilver/theme/content.css @@ -553,6 +553,7 @@ blockquote .codebox { clear: left; border-top: 1px solid transparent; overflow-x: auto; + overflow-y: hidden; } .attachbox dd dd {