mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-19 07:16:39 +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 {
|
:host {
|
||||||
text-align: initial;
|
text-align: initial;
|
||||||
}
|
}
|
||||||
|
.mdc-circular-progress {
|
||||||
|
overflow: hidden;
|
||||||
|
}
|
||||||
`,
|
`,
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user