Skip to content

Commit ce31da8

Browse files
committed
[FIX]: Add thin scrollbar for chromium browsers on Fullinfo Layer
1 parent 71ed3dd commit ce31da8

File tree

6 files changed

+17
-16
lines changed

6 files changed

+17
-16
lines changed

build/index.es.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build/index.es.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build/index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build/index.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dropzone-ui/react",
3-
"version": "6.3.3",
3+
"version": "6.3.4",
44
"description": "The best and most complete React library for managing file uploads. Multilanguage support. Server side support. Material design styles. Code generator on webpage.",
55
"main": "./build/index.js",
66
"module": "./build/index.es.js",

src/components/file-item/components/FileItem/FileItem.scss

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -82,18 +82,19 @@
8282
}
8383
}
8484
}
85-
&::-webkit-scrollbar {
86-
width: 9px;
87-
}
88-
&::-webkit-scrollbar-track {
89-
background: transparent;
90-
}
91-
&::-webkit-scrollbar-thumb {
92-
background-color: #757a86e8;
93-
border-radius: 20px;
94-
border: transparent;
95-
}
85+
9686
.full-info {
87+
&::-webkit-scrollbar {
88+
width: 9px;
89+
}
90+
&::-webkit-scrollbar-track {
91+
background: transparent;
92+
}
93+
&::-webkit-scrollbar-thumb {
94+
background-color: #646c7fa9;
95+
border-radius: 20px;
96+
border: transparent;
97+
}
9798
text-align: left;
9899
position: absolute;
99100
left: 0;

0 commit comments

Comments
 (0)