Skip to content
Snippets Groups Projects
Verified Commit 70b82c54 authored by Jonas Leder's avatar Jonas Leder
Browse files

scroll into content with javascript instead of navigation

parent 7e525a3f
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,7 @@ class Header extends HTMLElement {
<div class="header-wrapper" >
<div class="header-homepage">
<div class="align-holder" >
<a class="noStyleLink" href="#content"><h1>${pageTitle}</h1 ></h1>
<h1 onclick="document.getElementById('content').scrollIntoView();">${pageTitle}</h1>
</div >
</div >
<div class="header-separator header-separator-bottom " >
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment