fix: whatsnew not scrolling

This commit is contained in:
Jones8683
2025-11-29 11:46:14 +10:30
parent 1945f7c592
commit b64558e50a
+1 -1
View File
@@ -30,7 +30,7 @@ export function OpenWhatsNewPopup() {
imageContainer.appendChild(video);
const text = stringToHTML(/* html */ `
<div class="whatsnewTextContainer" style="height: 50%;overflow-y: hidden;">
<div class="whatsnewTextContainer" style="height: 50%;overflow-y: auto;">
<h1>3.4.11 - New Features & Bug Fixes</h1>
<li>Added Background Music plugin</li>