Browse Source

Fix modal flex issue in IE11

pull/5282/merge
Jack 6 years ago
parent
commit
92fa08f1f4
1 changed files with 2 additions and 0 deletions
  1. 2
      src/definitions/modules/modal.less

2
src/definitions/modules/modal.less

@ -32,6 +32,8 @@
box-shadow: @boxShadow;
transform-origin: @transformOrigin;
flex: 0 0 auto;
border-radius: @borderRadius;
user-select: text;
will-change: top, left, margin, transform, opacity;

Loading…
Cancel
Save