avalonmediasystem / avalon

Avalon Media System – Samvera Application
http://www.avalonmediasystem.org/
Apache License 2.0
93 stars 51 forks source link

Set footer to negative z-index so paging works #5879

Closed masaball closed 2 weeks ago

masaball commented 2 weeks ago

If controls such as the playlist paging ended up on the same level as the footer they were not clickable because the padding around the footer was covering them up. Setting the footer with a large negative z-index ensures that it will always be below the paging controls.

Related Issue: #5869