vjeantet / hugo-theme-docdock

Declination of @matcornic Learn theme to Hugo

Home Page:https://docdock.netlify.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Flex Theme Top Bar Affect to Link Tags Navigation

opened this issue · comments

Current Flex Theme has a top bar however pages haven't limited to readable area so it affect to link tags as explained below.

resource: http://www.tagindex.net/html/link/a_name.html

Example (on any page)

Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod
tempor incididunt ut labore et dolore magna aliqua.

<a href="#one">One</a>
<a href="#two">Two</a>

Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod
tempor incididunt ut labore et dolore magna aliqua.

<h2 id="one">One</h2>
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod
tempor incididunt ut labore et dolore magna aliqua.

<h2 id="two">One</h2>
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod
tempor incididunt ut labore et dolore magna aliqua.

 **(must be paragraphs longer than to a page)**

PREVIEW

image


RESULT when click 'One'

image


It should display as

image