Dim Stream settings' overlay when not playing

This commit is contained in:
redphx
2024-07-01 17:42:42 +07:00
parent c1502b5552
commit d83261d816
2 changed files with 7 additions and 2 deletions

View File

@@ -251,8 +251,9 @@ export class StreamSettings {
}
this.$overlay!.classList.remove('bx-gone');
$container.classList.remove('bx-gone');
this.$overlay!.dataset.isPlaying = STATES.isPlaying.toString();
$container.classList.remove('bx-gone');
document.body.classList.add('bx-no-scroll');
}