From 9dc9faa70de4f5a252e1c45825bad32bc09f71f7 Mon Sep 17 00:00:00 2001 From: maurnoc Date: Wed, 18 Oct 2017 16:44:50 -0400 Subject: [PATCH] fixes bug #9173 notification menu having unneeded scroll bars (#9229) --- website/client/components/notificationMenu.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/client/components/notificationMenu.vue b/website/client/components/notificationMenu.vue index 4c362a2c5c..e1661b2ca5 100644 --- a/website/client/components/notificationMenu.vue +++ b/website/client/components/notificationMenu.vue @@ -108,7 +108,7 @@ div.item-with-icon.item-notifications.dropdown .user-dropdown { max-height: 350px; - overflow: scroll; + overflow: auto; } /* @TODO: Move to shared css */