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 {