Skip to content

Commit 67677a2

Browse files
hastommarcosmoura
authored andcommitted
fix(MdDatepicker): positioning when used inside flex container (#2036)
1 parent 1d6eced commit 67677a2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/MdDatepicker/MdDatepickerDialog.vue

+1
Original file line numberDiff line numberDiff line change
@@ -366,6 +366,7 @@
366366
backface-visibility: hidden;
367367
pointer-events: auto;
368368
transform-origin: top left;
369+
flex-shrink: 0;
369370
transition: opacity .2s $md-transition-stand-timing,
370371
transform .35s $md-transition-stand-timing;
371372
will-change: opacity, transform, left, top;

0 commit comments

Comments
 (0)