Skip to content

Commit

Permalink
Fix (removed vertical scroll/bouncing in the filters bar)
Browse files Browse the repository at this point in the history
  • Loading branch information
Camilla Copetti committed Nov 15, 2024
1 parent dca9e6a commit cb42782
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions NOICommunity/Views/FiltersBarView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ private extension FiltersBarView {
collectionView.backgroundColor = .noiSecondaryBackgroundColor
collectionView.translatesAutoresizingMaskIntoConstraints = false
collectionView.showsHorizontalScrollIndicator = false
collectionView.alwaysBounceVertical = false
collectionView.delegate = self
collectionView.allowsMultipleSelection = false

Expand Down

0 comments on commit cb42782

Please sign in to comment.