Skip to content

Commit

Permalink
style: Demo Component overflow fix (#41209)
Browse files Browse the repository at this point in the history
Co-authored-by: xiechensheng <xiechensheng@kezaihui.com>
  • Loading branch information
MARKX97 and xiechensheng committed Mar 14, 2023
1 parent d70f599 commit 57df8e1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .dumi/theme/common/styles/Demo.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit 57df8e1

Please sign in to comment.