Browse Source

style: Demo Component overflow use auto (#41225)

Co-authored-by: xiechensheng <xiechensheng@kezaihui.com>
pull/41285/head
MARK 2 years ago
committed by GitHub
parent
commit
b5d3f9cd81
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .dumi/theme/common/styles/Demo.tsx

2
.dumi/theme/common/styles/Demo.tsx

@ -38,7 +38,7 @@ const GlobalDemoStyles: React.FC = () => {
}
.code-box-demo {
overflow: scroll;
overflow: auto;
background-color: ${token.colorBgContainer};
border-radius: ${token.borderRadius}px ${token.borderRadius}px 0 0;
}

Loading…
Cancel
Save