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