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

Staging 1107 #26

Merged
merged 2 commits into from
Nov 8, 2023
Merged

Staging 1107 #26

merged 2 commits into from
Nov 8, 2023

Conversation

kong75
Copy link
Contributor

@kong75 kong75 commented Nov 7, 2023

No description provided.

Comment on lines +40 to 51
.text-area::-webkit-scrollbar {
width: 12px;
}

.text-area::-webkit-scrollbar-thumb {
background-color: #888;
border-radius: 6px;
}

.text-area::-webkit-scrollbar-track {
background-color: #f1f1f1;
}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe for future refactor -- but I see these code repeated a few times, so it'll be nice to have a common util css lib.

@kong75 kong75 merged commit c3f1203 into master Nov 8, 2023
3 checks passed
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

Successfully merging this pull request may close these issues.

6 participants