Skip to content

Commit

Permalink
fixed resize handler bug
Browse files Browse the repository at this point in the history
  • Loading branch information
vardhan0604 committed Jul 29, 2024
1 parent 59e01a8 commit a093048
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions src/dashboard/Data/Browser/Browser.scss
Original file line number Diff line number Diff line change
Expand Up @@ -275,4 +275,9 @@ body:global(.expanded) {
width: 10px;
cursor: col-resize;
}
}

.dataContainer{
height: 100%;
overflow: auto;
}
2 changes: 1 addition & 1 deletion src/dashboard/Data/Browser/BrowserTable.react.js
Original file line number Diff line number Diff line change
Expand Up @@ -605,7 +605,7 @@ export default class BrowserTable extends React.Component {
zIndex: 100,
}}
>
<div>
<div className={styles.dataContainer}>
<AggregationPanel data={this.props.AggregationPanelData} />
</div>
</ResizableBox>
Expand Down

0 comments on commit a093048

Please sign in to comment.