Skip to content

Commit

Permalink
Fix/md dialog position centered (#2211)
Browse files Browse the repository at this point in the history
* docs(Tabs): add prop `md-is-rtl` to tabs table component

* docs(Tabs): add prop `md-is-rtl` to tabs table component

* docs(Tabs): prop `md-is-rtl` move last item in table

* docs(Tabs): prop `md-is-rtl` move last item in table

* fix(MdDialog): position centered
  • Loading branch information
dragosct authored May 27, 2020
1 parent 0930fd4 commit 1a8052f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/MdDialog/MdDialog.vue
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,6 @@
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

0 comments on commit 1a8052f

Please sign in to comment.