Skip to content

Commit

Permalink
chore: fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
kosenda committed Dec 10, 2023
1 parent f28c85c commit b3f207a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -108,9 +108,9 @@ fun AutoSizeTable(
}

// Fixed top part
// OverScroll behavior is a bit strange due to set scrollState for each column and each row.
// Therefore, the OverScroll effect is disabled.
CompositionLocalProvider(
// Disable horizontal OverScrollEffect
// because it cannot be common OverScrollEffect and results in strange behavior.
LocalOverscrollConfiguration provides null,
) {
Column(
Expand Down

0 comments on commit b3f207a

Please sign in to comment.