Skip to content

Commit

Permalink
fix: circular progress no longer cause dialogs to be scrollable
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 646559049
  • Loading branch information
SLaks authored and Copybara-Service committed Jun 28, 2024
1 parent 423edc3 commit 283e978
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/mdc-circular-progress/_circular-progress.scss
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@
@include rtl.ignore-next-line();
direction: ltr;
line-height: 0;
overflow: hidden;
}

@include feature-targeting.targets($feat-animation) {
Expand Down

0 comments on commit 283e978

Please sign in to comment.