Skip to content

Commit

Permalink
remove scroll-snap
Browse files Browse the repository at this point in the history
  • Loading branch information
fredvisser committed Aug 12, 2024
1 parent fa0690c commit a45f044
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/nimble-components/src/patterns/dropdown/styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,6 @@ export const styles = css`
.scrollable-region {
overflow-y: auto;
scroll-snap-type: y mandatory;
}
.listbox slot {
Expand All @@ -258,7 +257,6 @@ export const styles = css`
::slotted([role='option']),
::slotted(option) {
flex: none;
scroll-snap-align: start none;
}
.no-results-label {
Expand Down

0 comments on commit a45f044

Please sign in to comment.