Hi!
- I'm trying to make my own modular theme inheriting from Quark.
- I've set the header and the footer to 'display: none'.
- I've zeroed out the margins and paddings of a lot of tags.
- The individual custom modules have a height of 100vh because I want them to fill the whole screen.
- I use JavaScript to click the links with a time interval, making it a presentation.
The problem is that there is still a space as high as the header above my anchors. Where does it come from?
Thanks in advance!