From 6098134cc6e37cccd5039681ef192bc837addfac Mon Sep 17 00:00:00 2001 From: Cesar G Date: Sat, 7 Dec 2013 00:43:55 -0800 Subject: [PATCH] [ticket/12067] Remove double scrollbar from notifications dropdown. PHPBB3-12067 --- phpBB/styles/prosilver/theme/common.css | 1 + 1 file changed, 1 insertion(+) diff --git a/phpBB/styles/prosilver/theme/common.css b/phpBB/styles/prosilver/theme/common.css index cacae74649..66ee77f60b 100644 --- a/phpBB/styles/prosilver/theme/common.css +++ b/phpBB/styles/prosilver/theme/common.css @@ -1022,6 +1022,7 @@ form > p.post-notice strong { } #notification_list .dropdown-contents { + max-height: none; padding: 0; }