mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-22 11:57:34 +00:00
repair data-grid-scroll bug
This commit is contained in:
@@ -1,7 +1,3 @@
|
||||
body {
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
#header {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
|
@@ -199,7 +199,7 @@ class AppMain extends React.Component {
|
||||
onGridRowsUpdated={this.handleGridRowsUpdated}
|
||||
enableRowSelect={true}
|
||||
rowHeight={50}
|
||||
minHeight={600}
|
||||
minHeight={500}
|
||||
rowScrollTimeout={200}
|
||||
enableInsertColumn={true}
|
||||
enableInsertRow={true}
|
||||
|
Reference in New Issue
Block a user