Skip to content

Commit

Permalink
Merge pull request #153 from DimensionSrl/feature/new_filter_bar_view
Browse files Browse the repository at this point in the history
Fix (removed vertical scroll/bouncing in the filters bar)
  • Loading branch information
RudiThoeni authored Nov 18, 2024
2 parents 8dcacec + cb42782 commit 989ec24
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 989ec24

Please sign in to comment.