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 eda397c commit efd8ab6Copy full SHA for efd8ab6
src/material-experimental/mdc-progress-spinner/progress-spinner.scss
@@ -1,9 +1,13 @@
1
@import '@material/circular-progress/mixins.import';
2
@import '../mdc-helpers/mdc-helpers';
3
4
-
5
@include mdc-circular-progress-core-styles($query: $mat-base-styles-without-animation-query);
6
+.mat-mdc-progress-spinner {
7
+ // Prevents the spinning of the inner element from affecting layout outside of the spinner.
8
+ overflow: hidden;
9
+}
10
+
11
:not(._mat-animation-noopable) {
- @include mdc-circular-progress-core-styles($query: animation);
12
+ @include mdc-circular-progress-core-styles($query: animation);
13
}
0 commit comments