Replies: 1 comment
-
Use Links API instead of a custom navbar. Otherwise you need some CSS tricks (see the source code of banner component if you are interested) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
To avoid full page reloads between root layouts I am running fumadocs in a nested layout under
/docs
. The problem I have encountered is that I cannot set the height of the fumadocs container.This is a problem because the container takes up the full screen by default which means it blocks the primary nav bar of the site. I can set the z-index of the primary nav bar to 50 but then a portion of the fumadocs container is hidden. (see screenshot)
I have tried passing classes and styles through
containerProps
but they have no impact on the height.Beta Was this translation helpful? Give feedback.
All reactions