Create
Tools
Account
Free & open source
On GitHub
Resources
Community
Platform
Open Source
Selective Select
Mar 29th, 2017
Mar 29th, 2017 06:01 AM
What should I do to make the footer sticky ? Thanks !
Mar 29th, 2017 06:09 AM
You can try this fiddle.
Mar 20th, 2019 08:56 AM
use the CSS position property i.e to be fixed.
Example: footer{postion: fixed;}