Update: contentbg not displayed at start allowing scroll on Windows PC

music 3.0.5
Juraj Nyíri 3 years ago
parent 141c9ea7a6
commit 7fee53aa94

@ -21223,6 +21223,7 @@ style.textContent = css `
left: 0;
top: 0;
background-size: cover;
display: none;
}
.stop-scrolling {
height: 100%;

@ -199,6 +199,7 @@ style.textContent = css`
left: 0;
top: 0;
background-size: cover;
display: none;
}
.stop-scrolling {
height: 100%;

Loading…
Cancel
Save