1
0
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:
Aries
2025-04-29 16:36:53 +08:00
committed by GitHub
parent d84e4870d3
commit a0b1b75a88

View File

@@ -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}
/>