Fix elements below scrollbar in Safari (#16037)

This commit is contained in:
Bram Kragten
2023-04-03 19:44:40 +02:00
committed by GitHub
parent b506791535
commit fdf36adc3c
6 changed files with 102 additions and 76 deletions

View File

@@ -32,6 +32,9 @@ export class HaDrawer extends DrawerBase {
.mdc-drawer.mdc-drawer--modal.mdc-drawer--open {
z-index: 200;
}
.mdc-drawer-app-content {
transform: translateZ(0);
}
`,
];
}