SYP-AHIF-2023-24-25 / SolarDoc

SolarDoc for creating beautiful presentations with your colleagues in your browser using AsciiDoc 🌌✨
http://solardoc.htl-leonding.ac.at
GNU General Public License v3.0
4 stars 1 forks source link

Footer is visible under header if main component is still loading #148

Closed Luna-Klatzer closed 3 months ago

Luna-Klatzer commented 3 months ago

The footer is visible under the header if the main component is still loading. This is caused by the main component needing to load in assets and potentially also executing some init scripts, which can delay the render completion.

To avoid this we need to adjust the footer and add some script or scss to make it invisible during the initial rendering process.

Luna-Klatzer commented 3 months ago

Fixed by #151.