From 6a80a483bb9047af39ac1d3e2d7a9b46d6bf1264 Mon Sep 17 00:00:00 2001 From: devchenyan Date: Fri, 26 Jul 2024 15:57:43 +0800 Subject: [PATCH] fix: Capacity green progress bar (#3211) Co-authored-by: Chen Yu --- .../src/components/CellInfoDialog/cellInfoDialog.module.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/neuron-ui/src/components/CellInfoDialog/cellInfoDialog.module.scss b/packages/neuron-ui/src/components/CellInfoDialog/cellInfoDialog.module.scss index 1831f13f93..1b6d32159d 100644 --- a/packages/neuron-ui/src/components/CellInfoDialog/cellInfoDialog.module.scss +++ b/packages/neuron-ui/src/components/CellInfoDialog/cellInfoDialog.module.scss @@ -180,10 +180,10 @@ border: 1px solid var(--divide-line-color); background-color: var(--secondary-background-color); position: relative; + overflow: hidden; & > div { position: absolute; - left: -1px; top: -1px; height: 100%; border-radius: 8px;