cybersonic / luceedocs

Documentation website and generator for Lucee Server
2 stars 3 forks source link

Alpha nav bar jumps too far down page #8

Closed seancorfield closed 9 years ago

seancorfield commented 9 years ago

On tags/functions, if you click on one of the alpha nav bar elements (or the object nav bar on the objects page), you are jumped to the second element in the list, not the first one. I think this might be due to the black header bar being deep enough to obscure the first element - which might also be the reason for the search drop down being obscured?

jclausen commented 9 years ago

Submitted pull request #9 with a fix for this. It has to do with the CSS fixed positioning of the navbar. Added a CSS pseudo element before to reposition the anchor relative to the nav.

cybersonic commented 9 years ago

Great work sir. Will try and get this live over the weekend.