MTG / freesound-datasets

A platform for the collaborative creation of open audio collections labeled by humans and based on Freesound content.
https://annotator.freesound.org/
GNU Affero General Public License v3.0
134 stars 12 forks source link

Scroll bar under the header #159

Closed xavierfav closed 5 years ago

xavierfav commented 5 years ago

Currently we use a base template as the frame for all pages in the application (templates/base.html). It sets the header navigation bar, the footer, and provides a content page for any page to customize.

The scroll bar appears under the header, which can make the scroll bar not accessible when the page is long. It would be nice to fix this problem and have the same behavior as what the Semantic UI Fixed Template provides.

It is not clear what the problem is. It might come from a bad use of semantic ui containers or scroll-y css property. When the fixed semantic ui class is removed, the problem does not happen, and the scroll bar appears on top of the header (like in the home page of our website).