Fix: Part of screen not clickable through on first load

pull/16/head
Juraj Nyíri 4 years ago
parent 0fb915a6c3
commit 6731ca6d58

@ -19158,6 +19158,7 @@ style.textContent = css `
width: calc(100% - 32px);
left: 0;
padding: 16px;
display: none;
}
.episodes {
z-index: 4;

@ -21,6 +21,7 @@ style.textContent = css`
width: calc(100% - 32px);
left: 0;
padding: 16px;
display: none;
}
.episodes {
z-index: 4;

Loading…
Cancel
Save