diff --git a/TGBeta.ps1 b/TGBeta.ps1 index 5aba435..40938a4 100644 --- a/TGBeta.ps1 +++ b/TGBeta.ps1 @@ -413,6 +413,8 @@ function GetHtmlContent { padding: 0; background-color: var(--background-color); color: var(--white-color); + height: 100%; /* Ensure the body fills the viewport */ + overflow: hidden; /* Prevent scrollbars */ } .logo-container {