Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Flex Theme Top Bar Affect to Link Tags Navigation #191

Open
ghost opened this issue May 3, 2019 · 0 comments · May be fixed by #218
Open

Flex Theme Top Bar Affect to Link Tags Navigation #191

ghost opened this issue May 3, 2019 · 0 comments · May be fixed by #218

Comments

@ghost
Copy link

ghost commented May 3, 2019

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

@dreynol dreynol linked a pull request Jan 28, 2022 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

0 participants