Closed armaangoel78 closed 6 years ago
The alerts should float "above" the rest of the website
I believe all you need to do to achieve that is set position: fixed andz-index: [large number]. You also may need to add top: [], left: [], ... as needed.
position: fixed
z-index: [large number]
top: [], left: [], ...
The alerts should float "above" the rest of the website