Skip to content

Commit 03c18a8

Browse files
committed
fix: scroll fixes
1 parent a4c87dc commit 03c18a8

File tree

2 files changed

+3
-3
lines changed
  • src/components/Calendar/components/DateSelectorComposer/components

2 files changed

+3
-3
lines changed

src/components/Calendar/components/DateSelectorComposer/components/MonthSelector/index.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,10 @@
1717

1818
box-sizing: border-box;
1919

20-
box-sizing: border-box;
2120
scroll-snap-type: x proximity;
2221

22+
scrollbar-width: none;
23+
2324
[data-select='list-content'] {
2425
width: fit-content;
2526

src/components/Calendar/components/DateSelectorComposer/components/YearSelector/index.scss

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@
1616
border-bottom: 0.1rem solid colors.$gray150;
1717

1818
box-sizing: border-box;
19-
20-
box-sizing: border-box;
19+
scrollbar-width: none;
2120

2221
position: relative;
2322
scroll-snap-type: x proximity;

0 commit comments

Comments
 (0)