Skip to content
This repository has been archived by the owner on Sep 5, 2024. It is now read-only.

Commit

Permalink
fix(progressCircular): fixes animation bug when used inside md-dialog
Browse files Browse the repository at this point in the history
Closes #5039
  • Loading branch information
Robert Messerle committed Nov 20, 2015
1 parent 4f3c5d9 commit f780beb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/components/progressCircular/progress-circular.scss
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ md-progress-circular {
margin-bottom: 0 !important;

transform: scale(0.5);
z-index: $z-index-progress-circular; // Used to fix a Chrome bug with spinner animation

.md-spinner-wrapper {
display:block;
Expand Down
1 change: 1 addition & 0 deletions src/core/style/variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ $z-index-scroll-mask: 65 !default;
$z-index-sidenav: 60 !default;
$z-index-backdrop: 50 !default;
$z-index-fab: 20 !default;
$z-index-progress-circular: 2 !default; // Used to fix animation bug in Chrome

// Easing Curves
//--------------------------------------------
Expand Down

0 comments on commit f780beb

Please sign in to comment.