datamade / bga-payroll

💰 How much do your public officials make?
4 stars 4 forks source link

fix sticky button bug #577

Closed smcalilly closed 2 years ago

smcalilly commented 2 years ago

Overview

Closes issue #531.

Demo

sticky-top

Notes

The existing sticky-top CSS was declared in two places: bootstrap-overrides.css and _position.css. I changed it in bootstrap-overrides.css and this worked. I wasn't sure about the purpose of _position.css file since the existing sticky-top CSS declaration was already set elsewhere, so I added it there just to be safe.

Testing

fgregg commented 2 years ago

@hancush could you speak to whether we need this code in _position.cc?