mirror of
https://github.com/home-assistant/frontend.git
synced 2025-11-09 02:49:51 +00:00
Fix iOS dashboard scroll issue (#16129)
This commit is contained in:
@@ -979,6 +979,7 @@ export class HaDataTable extends LitElement {
|
||||
}
|
||||
lit-virtualizer {
|
||||
contain: size layout !important;
|
||||
overscroll-behavior: contain;
|
||||
}
|
||||
`,
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user