-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
How to remove ScrollBar #36
Comments
you can use ::-webkit-scrollbar{ } in css file to give style to scrollbar |
I want to implement a scroll bar that functions like the one you saw in the video, without displaying the scroll bar itself. |
you can use below code in chatList.css file - .chatList{
|
Can anyone paste the full code of each file please |
} |
Hello sir,
@safak, I used your code exactly as provided, but a scrollbar is not appearing in my UI. How can I remove this scrollbar?
The text was updated successfully, but these errors were encountered: