Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sidebar and Content Scroll #15

Open
Top-Dev-Ops opened this issue Aug 13, 2020 · 1 comment
Open

Sidebar and Content Scroll #15

Top-Dev-Ops opened this issue Aug 13, 2020 · 1 comment

Comments

@Top-Dev-Ops
Copy link

Hello.
I am quite impressed with your StarAdmin template and am going to use it for my project.
The only problem I have at the moment is that the sidebar and the main content are changing together when scrolling.
When I scroll down the main content, the sidebar also changes.
How can I make the sidebar fixed evenif I scroll down other parts?
I will be very grateful for any kind of help.
I will be looking forward to your reply.

@bd-aakash
Copy link

Thank you for trying out StarAdmin!

Please add the following line of codes in your custom CSS file to make the sidebar fixed.

.sidebar {
position: fixed;
}
.content-wrapper {
margin-left: 255px;
@media screen and (max-width: 991px) {
margin-left: 0;
}
}

Do try the above fix and let us know if it works!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants