remove the x overflow scroll bar of monitoring page

pull/21059/head
hjlarry 11 months ago
parent 51b63b2398
commit f41f6ce8ee

@ -15,7 +15,7 @@ const Overview = async (props: IDevelopProps) => {
} = params } = params
return ( return (
<div className="h-full overflow-scroll bg-chatbot-bg px-4 py-6 sm:px-12"> <div className="h-full overflow-y-auto bg-chatbot-bg px-4 py-6 sm:px-12">
<ApikeyInfoPanel /> <ApikeyInfoPanel />
<ChartView <ChartView
appId={appId} appId={appId}

Loading…
Cancel
Save