mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-18 14:56:37 +00:00
Fix flickering scrollbar when using progress-spinner (#7237)
This commit is contained in:
parent
af926370d6
commit
722e01608c
@ -81,6 +81,9 @@ export class HaCircularProgress extends LitElement {
|
||||
:host {
|
||||
text-align: initial;
|
||||
}
|
||||
.mdc-circular-progress {
|
||||
overflow: hidden;
|
||||
}
|
||||
`,
|
||||
];
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user