allow overflow for notifications counter

This commit is contained in:
Alina Beck 2020-01-08 14:28:21 +05:30
parent 5d2af860db
commit 53a504010c

View File

@ -96,6 +96,10 @@ export default {
flex-shrink: 0;
display: flex;
align-items: center;
.base-button {
overflow: visible;
}
}
.notifications-menu-popover {