Update TGBeta.ps1

This commit is contained in:
2025-01-26 23:05:03 -05:00
parent 3fbab542ea
commit eeb51caf6d

View File

@@ -469,7 +469,8 @@ function GetHtmlContent {
.content {
flex: 1;
padding: 20px;
overflow-y: auto;
overflow-y: auto; /* Keeps scrolling within the content area if necessary */
max-height: calc(100vh - 50px); /* Adjust the height dynamically to fit within the viewport */
}
.tab-content {