Skip to content

Commit 03303dc

Browse files
fix: leader slot grid styling
1 parent 9ff2cc2 commit 03303dc

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/features/LeaderSchedule/Slots/slotCardGrid.module.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@
1111
& * {
1212
touch-action: pan-x;
1313
}
14+
scrollbar-width: thin;
15+
scrollbar-color: #cbcbcb20 #cbcbcb01;
16+
width: 100%;
1417
}
1518

1619
.header-text {

0 commit comments

Comments
 (0)