From ae8729250b1ec2f883031392348c57f232356220 Mon Sep 17 00:00:00 2001 From: Toby Zerner Date: Thu, 25 Jun 2015 10:32:13 +0930 Subject: [PATCH] Give notifications dropdown a responsive max height --- less/forum/notifications.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/less/forum/notifications.less b/less/forum/notifications.less index 10aefefe6..b2c5b94ed 100644 --- a/less/forum/notifications.less +++ b/less/forum/notifications.less @@ -4,7 +4,7 @@ overflow: hidden; & .notifications-content { - max-height: 600px; + max-height: 70vh; overflow: auto; padding-bottom: 10px; }