.NotificationsDropdown { .Dropdown-menu { padding: 0; overflow: hidden; .NotificationList-content { max-height: 70vh; overflow: auto; padding-bottom: 10px; } } & .Dropdown-toggle .Button-label { margin-left: 7px; } } @media @tablet-up { .NotificationsDropdown { .Dropdown-menu { width: 425px; } .Dropdown-toggle { .Button--icon(); } } } .NotificationsDropdown .Dropdown-toggle.unread .Button-icon { color: @header-color; } .NotificationsDropdown-unread { position: absolute; top: 1px; left: 17px; background: @header-color; color: @header-bg; font-size: 11px; font-weight: bold; padding: 2px 5px 3px; line-height: 1em; border-radius: 10px; border: 1px solid @header-bg; }