fix(ui) - overview panel scrollbar
This commit is contained in:
parent
f745f9c75b
commit
c9f1b540c7
1 changed files with 1 additions and 1 deletions
|
|
@ -86,7 +86,7 @@ function OverviewPanel(props: Props) {
|
|||
<BottomBlock.Content>
|
||||
<OverviewPanelContainer endTime={props.endTime}>
|
||||
<TimelineScale endTime={props.endTime} />
|
||||
<div style={{ width: '100%', height: '187px' }} className="transition relative">
|
||||
<div style={{ width: '100%', height: '187px', overflow: 'hidden' }} className="transition relative">
|
||||
<NoContent
|
||||
show={selectedFeatures.length === 0}
|
||||
title={
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue