Skip to content

Commit

Permalink
fix(dialog): 在 chrome 下的错误层叠关系
Browse files Browse the repository at this point in the history
  • Loading branch information
olivewind committed Oct 23, 2018
1 parent 47479b3 commit 9fcc76d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/dao-dialog/dao-dialog.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ $dialog-header-bg-img: linear-gradient(0deg, rgb(242, 244, 247) 0%, rgb(245, 247
$dialog-border-color: #CCD1D9;
.dao-dialog {
&-backdrop {
transform: translate3d(0, 0, 0);
position: fixed;
top: 0;
left: 0;
Expand Down

0 comments on commit 9fcc76d

Please sign in to comment.