Update OpenAboutPage.ts - Remove scrollbar to nowhere

This commit is contained in:
Jones
2025-05-28 08:30:10 +09:30
committed by GitHub
parent 1adb18ca42
commit f03d25f918
+1 -1
View File
@@ -21,7 +21,7 @@ export function OpenAboutPage() {
).firstChild;
let text = stringToHTML(/* html */ `
<div class="whatsnewTextContainer" style="overflow-y: scroll;">
<div class="whatsnewTextContainer" style="overflow-y: auto;">
<img src="${settingsState.DarkMode ? "https://raw.githubusercontent.com/BetterSEQTA/BetterSEQTA-Plus/main/src/resources/branding/dark.jpg" : "https://raw.githubusercontent.com/BetterSEQTA/BetterSEQTA-Plus/main/src/resources/branding/light.jpg"}" class="aboutImg" />
<p>BetterSEQTA+ is a fork of BetterSEQTA (originally developed by Nulkem), which was discontinued. BetterSEQTA+ continued development of BetterSEQTA, while incorporating a plethora of features. </p>