Make element-preview sticky (#24580)

This commit is contained in:
Darren Griffin 2025-03-10 13:07:29 +00:00 committed by GitHub
parent de4a8a0a72
commit 1b6d2ac08e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -499,6 +499,8 @@ export class HuiDialogEditCard
background: var(--primary-background-color);
padding: 4px;
border-radius: 4px;
position: sticky;
top: 0;
}
.element-preview ha-circular-progress {
top: 50%;