CHSCodeForChange / Sapphire-Web

The website/backend repository for Sapphire, a platform to help organizations manage volunteers.
https://sapphire-web.herokuapp.com
GNU General Public License v3.0
8 stars 2 forks source link

Make alerts hover at the top #126

Closed armaangoel78 closed 6 years ago

armaangoel78 commented 6 years ago

The alerts should float "above" the rest of the website

armaangoel78 commented 6 years ago

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.