Skip to content

Commit

Permalink
udate some css
Browse files Browse the repository at this point in the history
  • Loading branch information
siddharth committed May 1, 2024
1 parent 3ff8e37 commit f168f95
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@oncehub/ui-react",
"private": false,
"version": "1.4.4",
"version": "1.4.4-beta.1",
"repository": {
"type": "git",
"url": "https://github.com/scheduleonce/once-ui-react"
Expand Down
7 changes: 4 additions & 3 deletions src/lib/components/scrollbar/scrollbar.module.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
.scrollbarContainer {
overflow-y: auto;
}

.scrollbarContainer::-webkit-scrollbar {
width: 10px;
}
Expand All @@ -13,10 +14,10 @@
border-radius: 15px;
}

/* Browsers without `::-webkit-scrollbar-*` support */
.scrollbarContainer {
/* Standardized Properties */
@supports not selector(: : -webkit-scrollbar) {
scrollbar-color: #ccc transparent;
@supports not selector(::-webkit-scrollbar) {
scrollbar-width: thin;
scrollbar-color: #ccc;
}
}

0 comments on commit f168f95

Please sign in to comment.