From eeb51caf6d6893b4f34bd193149dce23bf3bfdf1 Mon Sep 17 00:00:00 2001 From: Stephan Yelle Date: Sun, 26 Jan 2025 23:05:03 -0500 Subject: [PATCH] Update TGBeta.ps1 --- TGBeta.ps1 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/TGBeta.ps1 b/TGBeta.ps1 index 2062231..06d6c55 100644 --- a/TGBeta.ps1 +++ b/TGBeta.ps1 @@ -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 {