Skip to content
This repository was archived by the owner on Oct 5, 2022. It is now read-only.
This repository was archived by the owner on Oct 5, 2022. It is now read-only.

Notification overflow #24

@MattIPv4

Description

@MattIPv4

Expected Behaviour

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

  1. Load a test page with macOSNotifJS present.
  2. Set the threshold for the notifications to 100 before they will fade away.
    macOSNotifFadeThreshold = 100
  3. Spawn 100 notifications.
    for (var i = 0; i < 100; i++) { macOSNotif() }

Context

N/A

Additional Comments

N/A

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions