Skip to content

Commit

Permalink
Integrate Changes
Browse files Browse the repository at this point in the history
Integrate Changes (#427)
  • Loading branch information
VictorTavaress authored May 17, 2024
2 parents 3ff9152 + 90655b2 commit e0f3a9b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 12 deletions.
2 changes: 1 addition & 1 deletion 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,6 +1,6 @@
{
"name": "vue-polar-bear",
"version": "4.3.8",
"version": "4.3.9",
"author": "adapcon",
"scripts": {
"storybook": "start-storybook --quiet -p 6006 -s ./src/static",
Expand Down
13 changes: 3 additions & 10 deletions src/components/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -264,23 +264,16 @@

@mixin pb-scroll-base {
&::-webkit-scrollbar {
width: 5px;
height: 2px;
}
&::-webkit-scrollbar-track {
background: transparent;
}

&:hover::-webkit-scrollbar {
width: 8px;
width: 6px;
height: 2px;
border-radius: 10px;
}
&:hover::-webkit-scrollbar-track {
&::-webkit-scrollbar-track {
background: var(--color-gray);
border-radius: 10px;
}
}

@mixin pb-scroll-large {
@include pb-scroll-base;
&::-webkit-scrollbar {
Expand Down

0 comments on commit e0f3a9b

Please sign in to comment.