mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-24 19:19:57 +08:00
style: Demo Component overflow fix (#41209)
Co-authored-by: xiechensheng <xiechensheng@kezaihui.com>
This commit is contained in:
parent
d70f599a7e
commit
57df8e1c09
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user