Fix iOS dashboard scroll issue (#16129)

This commit is contained in:
Paul Bottein
2023-04-10 22:17:37 +02:00
committed by GitHub
parent 45d9b33c75
commit 97f983e34a
3 changed files with 3 additions and 0 deletions

View File

@@ -979,6 +979,7 @@ export class HaDataTable extends LitElement {
}
lit-virtualizer {
contain: size layout !important;
overscroll-behavior: contain;
}
`,
];