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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
.dumi/theme/common/styles/Demo.tsx
|
@ -38,7 +38,7 @@ const GlobalDemoStyles: React.FC = () => { |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.code-box-demo { |
|
|
.code-box-demo { |
|
|
overflow: scroll; |
|
|
overflow: auto; |
|
|
background-color: ${token.colorBgContainer}; |
|
|
background-color: ${token.colorBgContainer}; |
|
|
border-radius: ${token.borderRadius}px ${token.borderRadius}px 0 0; |
|
|
border-radius: ${token.borderRadius}px ${token.borderRadius}px 0 0; |
|
|
} |
|
|
} |
|
|