Skip to content

Commit 25434aa

Browse files
committed
Adjust fileTabs style
1 parent 330640c commit 25434aa

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

src/components/GuidedSteps/File.module.css

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,14 @@
4545
gap: var(--m-0-5);
4646
margin-bottom: 0;
4747
min-height: var(--file-tabs-height);
48+
49+
&::-webkit-scrollbar {
50+
display: none;
51+
}
52+
scrollbar-width: none;
4853
}
4954

50-
.files,
51-
.fileTabs {
52-
/* Custom scrollbar styling */
55+
.files {
5356
&::-webkit-scrollbar {
5457
width: 8px;
5558
}
@@ -67,7 +70,6 @@
6770
background-color: var(--color-tonal-neutral-3-white);
6871
}
6972

70-
/* Firefox scrollbar styling */
7173
scrollbar-width: thin;
7274
scrollbar-color: var(--color-tonal-neutral-2-white)
7375
var(--color-tonal-neutral-0-white);

0 commit comments

Comments
 (0)