Skip to content

Commit 5c7c82d

Browse files
committed
fix: remove scrollbars of the charts
1 parent 269a952 commit 5c7c82d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"@crowdin/crowdin-api-client": "^1.51.1",
3232
"@emotion/babel-plugin": "^11.13.5",
3333
"@emotion/css": "^11.13.5",
34-
"@rsdoctor/rspack-plugin": "^1.3.16",
34+
"@rsdoctor/rspack-plugin": "^1.4.0",
3535
"@rspack/cli": "^1.6.8",
3636
"@rspack/core": "^1.6.8",
3737
"@swc/core": "^1.15.7",

src/pages/popup/components/Percentage/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ const Percentage = defineComponent(() => {
2121
<ElCard
2222
shadow="never"
2323
style={{ width: '100%', height: '100%' }}
24-
bodyStyle={{ height: '100%', boxSizing: 'border-box', padding: 0 }}
24+
bodyStyle={{ height: '100%', boxSizing: 'border-box', padding: 0, overflow: 'hidden' }}
2525
>
2626
{query.mergeMethod === 'cate'
2727
? <Cate value={data.value} />

0 commit comments

Comments
 (0)