File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed
web/components/templates/dashboard/panels Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -43,11 +43,13 @@ const TopProvidersPanel = (props: TopProvidersPanelProps) => {
4343 withAnimation = { true }
4444 headerAction = { expandButton }
4545 >
46- < div className = "flex flex-row items-center justify-between pb-2" >
47- < p className = "text-xs font-semibold text-slate-700" > Provider</ p >
48- < p className = "text-xs font-semibold text-slate-700" > Requests</ p >
46+ < div className = "flex h-full flex-col overflow-hidden" >
47+ < div className = "flex flex-row items-center justify-between pb-2" >
48+ < p className = "text-xs font-semibold text-slate-700" > Provider</ p >
49+ < p className = "text-xs font-semibold text-slate-700" > Requests</ p >
50+ </ div >
51+ < div className = "flex-grow overflow-y-auto" > { barList } </ div >
4952 </ div >
50- { barList }
5153 </ StyledAreaChart >
5254 { modal }
5355 </ >
You can’t perform that action at this time.
0 commit comments