We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e97f91e commit 12d3651Copy full SHA for 12d3651
components/Tv/TVCategory.vue
@@ -147,6 +147,23 @@ onUnmounted(() => {
147
display: flex;
148
scroll-snap-type: x mandatory;
149
scroll-behavior: smooth;
150
+
151
+ scrollbar-width: thin;
152
+ scrollbar-color: var(--gray-100) transparent;
153
154
+ &::-webkit-scrollbar {
155
+ height: 8px;
156
+ }
157
158
+ &::-webkit-scrollbar-track {
159
+ background: transparent;
160
+ border-radius: 4px;
161
162
163
+ &::-webkit-scrollbar-thumb {
164
+ background-color: var(--gray-100);
165
166
167
}
168
li {
169
width: var(--show-size);
0 commit comments