Skip to content

Commit

Permalink
fix(MdDatepicker): positioning when used inside flex container (#2036)
Browse files Browse the repository at this point in the history
  • Loading branch information
hastom authored and marcosmoura committed May 11, 2019
1 parent 1d6eced commit 67677a2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/MdDatepicker/MdDatepickerDialog.vue
Original file line number Diff line number Diff line change
Expand Up @@ -366,6 +366,7 @@
backface-visibility: hidden;
pointer-events: auto;
transform-origin: top left;
flex-shrink: 0;
transition: opacity .2s $md-transition-stand-timing,
transform .35s $md-transition-stand-timing;
will-change: opacity, transform, left, top;
Expand Down

0 comments on commit 67677a2

Please sign in to comment.