This commit is contained in:
Amumu 2023-03-27 10:30:31 +08:00 committed by GitHub
parent 87c436cccc
commit fe0375f124
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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