malivinayak / To-Do-Manager

A Simple To-Do Manager developed using HTML CSS JS along with browser local storage
https://malivinayak.github.io/To-Do-Manager
2 stars 8 forks source link

Multiple alerts overlap with each other #49

Open vens8 opened 11 months ago

vens8 commented 11 months ago

When an alert appears, it overlaps with previously existing alerts as shown below. image

Can be fixed by using a container element where alerts are stored in an array through javascript and displayed one below the other in the temporally descending order (latest on top and others shift down).

malivinayak commented 11 months ago

Yes I observed this issue to PR is highly welcome on this issue

malivinayak commented 11 months ago

@vens8 any updates

vens8 commented 11 months ago

Hey, I'll send a pull request by afternoon today @malivinayak