From 53a504010ce45264731052aeced2197d5bc1cfb8 Mon Sep 17 00:00:00 2001 From: Alina Beck Date: Wed, 8 Jan 2020 14:28:21 +0530 Subject: [PATCH] allow overflow for notifications counter --- webapp/components/NotificationMenu/NotificationMenu.vue | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/webapp/components/NotificationMenu/NotificationMenu.vue b/webapp/components/NotificationMenu/NotificationMenu.vue index bcb353d1b..a3b085db9 100644 --- a/webapp/components/NotificationMenu/NotificationMenu.vue +++ b/webapp/components/NotificationMenu/NotificationMenu.vue @@ -96,6 +96,10 @@ export default { flex-shrink: 0; display: flex; align-items: center; + + .base-button { + overflow: visible; + } } .notifications-menu-popover {