mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-17 15:53:28 +00:00
fix windows scrollbar width (#7786)
Co-authored-by: zhouwenxuan <aries@Mac.local>
This commit is contained in:
@@ -738,7 +738,7 @@ class Records extends Component {
|
||||
{this.isWindows && this.isWebkit && (
|
||||
<HorizontalScrollbar
|
||||
ref={this.setHorizontalScrollbarRef}
|
||||
innerWidth={totalWidth + CANVAS_RIGHT_INTERVAL}
|
||||
innerWidth={totalWidth + CANVAS_RIGHT_INTERVAL + SEQUENCE_COLUMN_WIDTH}
|
||||
onScrollbarScroll={this.onHorizontalScrollbarScroll}
|
||||
onScrollbarMouseUp={this.onHorizontalScrollbarMouseUp}
|
||||
/>
|
||||
|
Reference in New Issue
Block a user