fix(ui) - overview panel scrollbar

This commit is contained in:
Shekar Siri 2022-10-21 09:56:20 +02:00
parent f745f9c75b
commit c9f1b540c7

View file

@ -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={