You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 5, 2022. It is now read-only.
When too many notifications are generated than can fit on the page and the threshold is set to allow this, the system should allow for vertical scrolling through the notifications.
Current Behaviour
They overflow beyond the viewport and aren't accessible until higher up notifications are dismissed.
Development Environment
Safari Version 13.0 (15608.1.24.40.4)
Steps to Reproduce
Load a test page with macOSNotifJS present.
Set the threshold for the notifications to 100 before they will fade away. macOSNotifFadeThreshold = 100
Spawn 100 notifications. for (var i = 0; i < 100; i++) { macOSNotif() }