Update TGBeta.ps1
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user