Skip to content

Commit 98d51c3

Browse files
committed
add tabs scroll
1 parent d1dca2d commit 98d51c3

1 file changed

Lines changed: 14 additions & 1 deletion

File tree

src/css/style.css

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,21 @@ body {
4444
-ms-overflow-style: none;
4545
}
4646

47+
.tab-list::-webkit-scrollbar-track {
48+
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
49+
background-color: var(--impact-white);
50+
border-radius: 10px;
51+
}
52+
4753
.tab-list::-webkit-scrollbar {
48-
height: 6px;
54+
width: 4px;
55+
background-color: var(--impact-white);
56+
border-radius: 10px;
57+
}
58+
59+
.tab-list::-webkit-scrollbar-thumb {
60+
background-color: var(--impact-light-gray);
61+
border-radius: 10px;
4962
}
5063

5164
.tab {

0 commit comments

Comments
 (0)