Skip to content

Commit a539f48

Browse files
authored
fix: double scroll bar in plugin page (#801)
1 parent c106b3d commit a539f48

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

web/src/global.less

+5
Original file line numberDiff line numberDiff line change
@@ -83,3 +83,8 @@ ol {
8383
.ant-select-disabled.ant-select-single:not(.ant-select-customize-input) .ant-select-selector {
8484
background-color: #fff !important;
8585
}
86+
87+
.ant-layout.ant-layout-has-sider > .ant-layout,
88+
.ant-layout.ant-layout-has-sider > .ant-layout-content {
89+
overflow-x: unset;
90+
}

0 commit comments

Comments
 (0)