Update TGBeta.ps1

This commit is contained in:
2025-01-26 23:11:18 -05:00
parent 51561399b3
commit c586dd8e12

View File

@@ -434,7 +434,6 @@ function GetHtmlContent {
.container { .container {
display: flex; display: flex;
flex-direction: column;
height: 100vh; /* Ensure the container is limited to the viewport height */ height: 100vh; /* Ensure the container is limited to the viewport height */
overflow: hidden; /* Prevent the container from exceeding the viewport height */ overflow: hidden; /* Prevent the container from exceeding the viewport height */
} }