mirror of
https://github.com/zhigang1992/devhub.git
synced 2026-06-19 06:36:48 +08:00
Fix border not showing at the far right
This commit is contained in:
@@ -96,7 +96,9 @@ export class Columns extends PureComponent<ColumnsProps> {
|
||||
ref={this.flatListRef}
|
||||
key="columns-flat-list"
|
||||
ItemSeparatorComponent={Separator}
|
||||
ListFooterComponent={small ? Separator : undefined}
|
||||
ListFooterComponent={
|
||||
small || (columnIds && columnIds.length) ? Separator : undefined
|
||||
}
|
||||
ListHeaderComponent={small ? Separator : undefined}
|
||||
bounces={!this.swipeable}
|
||||
className="snap-container"
|
||||
|
||||
Reference in New Issue
Block a user