Change the height of the sidebar or a better way to place my Navbar #936
Replies: 2 comments 3 replies
-
Yes we currently have a CSS variable to customise this on v14 (to be released this month). If it’s urgent, you will have to override the top property with CSS. |
Beta Was this translation helpful? Give feedback.
1 reply
-
I found this, I am assuming this is where I would have to edit the styles for the CSS for the sidebar, whoever, the sidebar doesn't accept ny styles property? Could you help me out a little here, it's confusing. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I used a custom navbar from NextUI to be used in my docs, due to which the Sidebar is now messed up, sidebar has a bit of a vertical scroll as you can see here
I wanted to know if there is a way to fix the height of the sidebar, or a better way to place the Navbar so that it does not affect the sidebar at all, here is the code to my public repo
Any help is appreciated at all! Thanks!
P.S. Currently my Navbar is used within the
app/layout.tsx
Beta Was this translation helpful? Give feedback.
All reactions