style: Demo Component overflow fix (#41209)

Co-authored-by: xiechensheng <xiechensheng@kezaihui.com>
This commit is contained in:
MARK 2023-03-14 16:01:15 +08:00 committed by GitHub
parent d70f599a7e
commit 57df8e1c09
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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