pull/356/head
Cory LaViska 2021-03-03 07:59:40 -05:00
rodzic 1f9771a2d6
commit 9e3a573b53
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -77,7 +77,7 @@ export default class SlDetails extends Shoemaker {
if (this.body.scrollHeight === 0) {
// When the scroll height can't be measured, use auto. This prevents a borked open state when the details is open
// intiially, but not immediately visible (i.e. in a tab panel).
// intitially, but not immediately visible (i.e. in a tab panel).
this.body.style.height = 'auto';
this.body.style.overflow = 'visible';
} else {