Skip to content

Commit d529e9e

Browse files
committed
fix: scroll fixes
1 parent 304c1d4 commit d529e9e

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

+2-1
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

+1-2
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)