We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b0b2d4 commit 48453a1Copy full SHA for 48453a1
src/components/MdProgress/MdProgressBar/MdProgressBar.vue
@@ -162,7 +162,7 @@
162
overflow: hidden;
163
position: relative;
164
transform: translateZ(0) scaleY(1);
165
- transform-origin: top center;
+ transform-origin: center center;
166
transition: opacity .3s $md-transition-default-timing,
167
transform .4s $md-transition-default-timing;
168
will-change: opacity, transform;
0 commit comments