mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-04 00:20:07 +00:00
repair scroll bug&file padding bug (#2976)
This commit is contained in:
@@ -142,7 +142,7 @@ class LibContentContainer extends React.Component {
|
||||
onPathClick={this.onPathClick}
|
||||
/>
|
||||
</div>
|
||||
<div className="cur-view-content view-mode-container">
|
||||
<div className={`cur-view-content ${this.props.currentMode === 'column' ? 'view-mode-container' : ''}`}>
|
||||
{!this.props.pathExist && this.errMessage}
|
||||
{this.props.pathExist && (
|
||||
<Fragment>
|
||||
|
Reference in New Issue
Block a user