Parcourir la source

fix: remove the x overflow scroll bar of monitoring page (#21059)

tags/1.5.0
非法操作 il y a 4 mois
Parent
révision
2ddc3658a0
Aucun compte lié à l'adresse e-mail de l'auteur

+ 1
- 1
web/app/(commonLayout)/app/(appDetailLayout)/[appId]/overview/page.tsx Voir le fichier

@@ -15,7 +15,7 @@ const Overview = async (props: IDevelopProps) => {
} = params

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 />
<ChartView
appId={appId}

Chargement…
Annuler
Enregistrer