Skip to content

Commit

Permalink
fix(MdDialog): revert
Browse files Browse the repository at this point in the history
  • Loading branch information
dragosct committed May 5, 2020
1 parent 6b46d96 commit d51649c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/MdDialog/MdDialog.vue
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,7 @@
backface-visibility: hidden;
pointer-events: auto;
opacity: 1;
transform: translate(-50%, -50%) scale(1);
transform-origin: center center;
transition: opacity $opacity-transition-duration $md-transition-stand-timing, transform $transform-transition-duration $md-transition-stand-timing;
will-change: opacity, transform;
Expand Down

2 comments on commit d51649c

@DevVue
Copy link

@DevVue DevVue commented on d51649c May 15, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dragosct10 Hey, has this been released? looks like it would fix the position issue of dialog.

@dragosct
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi, @DevVue! No, but next days we will release another beta version and then the dialog will be fixed.

Regards,
Dragos

Please sign in to comment.