Replies: 3 comments 4 replies
-
It's quite hard to grasp what you want to achieve with the given context from your post. But if it's what I think you mean, you can change the Something like this: .header {
z-index: 10;
}
.footer {
z-index: 10;
} |
Beta Was this translation helpful? Give feedback.
-
I had a similar question a while ago, instead of figuring out how to do it manually I used v0, which gave me mediocre results, and later found this dashboard template that did what I needed. |
Beta Was this translation helpful? Give feedback.
-
I was having the same issue over here. The behavior is a feature since the side bar is fixed while you scroll. If you're are okay with the sidebar rolling with the rest of the page you can try this: Find the keyword fixed in src/components/ui/sidebar.tsx and replace it for absolute. |
Beta Was this translation helpful? Give feedback.
-
The sidebar on shadcn is between the header and the footer but it doesn't look like there's an option so that it doesn't stretch across the whole screen. Does anyone have any suggestions?
Beta Was this translation helpful? Give feedback.
All reactions