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