The div with id #beets-layout has a height set to height: 100vh and should be changed to min-height: 100vh.
The fixed height makes it so that the sticky header stops being sticky when scrolling past the veiwport height.
See the file scss/beets-layout/_layout.scss.
The div with id
#beets-layouthas a height set toheight: 100vhand should be changed tomin-height: 100vh.The fixed height makes it so that the sticky header stops being sticky when scrolling past the veiwport height.
See the file
scss/beets-layout/_layout.scss.