mirror of
https://github.com/BetterSEQTA/BetterSEQTA-Plus.git
synced 2026-06-06 11:44:40 +00:00
fix: empty scrollbar in about server popup
This commit is contained in:
@@ -66,7 +66,7 @@ export function OpenMinecraftServerPopup() {
|
|||||||
textcontainer.classList.add("whatsnewTextContainer");
|
textcontainer.classList.add("whatsnewTextContainer");
|
||||||
|
|
||||||
let text = stringToHTML(/* html */ `
|
let text = stringToHTML(/* html */ `
|
||||||
<div class="whatsnewTextContainer" style="height: 50%; overflow-y: scroll;">
|
<div class="whatsnewTextContainer" style="height: 50%; overflow-y: hidden;">
|
||||||
<h1>Join our community in Minecraft!</h1>
|
<h1>Join our community in Minecraft!</h1>
|
||||||
<p style="margin-left: 0;">Join the official BetterSEQTA+ Minecraft Server community now!</p>
|
<p style="margin-left: 0;">Join the official BetterSEQTA+ Minecraft Server community now!</p>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user