pull/106/head
Cory LaViska 2020-07-17 06:30:15 -04:00
rodzic a7ae0a0fb5
commit c755735e03
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -112,7 +112,7 @@ export class Drawer {
this.drawer.hidden = false;
this.host.clientWidth; // force a reflow
this.open = true;
requestAnimationFrame(() => (this.open = true));
// Lock body scrolling only if the drawer isn't contained
if (!this.contained) {