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

Custom Scrollbar for EventMetaBlock Component #146

Open
Benny-intoleads opened this issue Sep 24, 2024 · 0 comments
Open

Custom Scrollbar for EventMetaBlock Component #146

Benny-intoleads opened this issue Sep 24, 2024 · 0 comments

Comments

@Benny-intoleads
Copy link

Summary
This update introduces a custom scrollbar for the EventMetaBlock component. The scrollbar is designed to appear on the right side when the content height exceeds 180px. The scrollbar's appearance is styled using WebKit-specific styles. The feature helps in maintaining a consistent UI experience for content that overflows vertically, ensuring a clean and customized look for scrollable areas.

Feature Overview
The custom scrollbar styles are applied globally using WebKit pseudo-elements (::-webkit-scrollbar, ::-webkit-scrollbar-track, and ::-webkit-scrollbar-thumb).
The scrollbar appears only on the right side and is visible when the content height exceeds 180px.

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

1 participant