From 0c7da167c243b842448f747244bbbeb91668b78a 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 --- framework/core/less/forum/notifications.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework/core/less/forum/notifications.less b/framework/core/less/forum/notifications.less index 10aefefe6..b2c5b94ed 100644 --- a/framework/core/less/forum/notifications.less +++ b/framework/core/less/forum/notifications.less @@ -4,7 +4,7 @@ overflow: hidden; & .notifications-content { - max-height: 600px; + max-height: 70vh; overflow: auto; padding-bottom: 10px; }