Fix flickering scrollbar when using progress-spinner (#7237)

This commit is contained in:
Paul Klingelhuber 2020-10-06 09:47:25 +02:00 committed by GitHub
parent af926370d6
commit 722e01608c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -81,6 +81,9 @@ export class HaCircularProgress extends LitElement {
:host {
text-align: initial;
}
.mdc-circular-progress {
overflow: hidden;
}
`,
];
}