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

View File

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