freeCodeCamp / meeting-for-good

A meeting coordination app for your team
https://meeting.freecodecamp.org
BSD 3-Clause "New" or "Revised" License
338 stars 113 forks source link

Pinned times to the top of the screen #463

Closed samfundev closed 7 years ago

samfundev commented 7 years ago

Added position: sticky so that the times are always visible at the top of the screen.

Shouldn't effect any browsers that don't support sticky.

Closes #462.