Skip to content

Commit

Permalink
feat(Drawer): change background wrap
Browse files Browse the repository at this point in the history
  • Loading branch information
ZxBing0066 committed May 6, 2021
1 parent aa2b24d commit 1c4d3b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Drawer/style/index.js
Expand Up @@ -122,13 +122,13 @@ export const DrawerWrap = withProps({
height: 100%;
width: 100%;
overflow: auto;
background: ${DT.T_COLOR_BG_DEFAULT_NORMAL};
}
.${prefixCls}-content-wrapper {
height: 100%;
width: 100%;
position: absolute;
background: ${DT.T_COLOR_BG_DEFAULT_NORMAL};
}
.${prefixCls}-content-wrapper, .${prefixCls}-mask {
transition: all 0.1s;
Expand Down

0 comments on commit 1c4d3b3

Please sign in to comment.