layer5io / layer5

Layer5, expect more from your infrastructure
https://layer5.io
Apache License 2.0
813 stars 1.07k forks source link

[Sistent] Fix the positioning of page section navigator and working #5516

Open ritiksaxena124 opened 2 weeks ago

ritiksaxena124 commented 2 weeks ago

Current Behavior The position of the page section navigator is at the bottom and not working as expected on About page of Sistent. image

Desired Behavior Change the position from bottom to top and on click it should scroll to the heading and not to the middle part of the section.


Contributor Resources

The layer5.io website uses Gatsby, React, and GitHub Pages. Site content is found under the master branch.

JonathanKoerber commented 1 week ago

Hi, looking for my first issue could I work of this?

JonathanKoerber commented 1 week ago

I forked the repo and think that I have found the component that is causing the issue. in src/component/handbook-navigation/intra-page.js. The current css rule .infra-page upon initial inspection seems to be causing the issue. If assigned I'd like figure out if all the places where the components. The update the rule.

ritiksaxena124 commented 1 week ago

Go ahead @JonathanKoerber 👍