coollsd commited on
Commit
42a903f
1 Parent(s): 566bd30

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +9 -0
app.py CHANGED
@@ -377,6 +377,9 @@ HTML_CONTENT = """
377
  border-radius: 10px;
378
  color: #e0e0e0;
379
  animation: modalFadeIn 0.3s;
 
 
 
380
  }
381
 
382
  .history-item {
@@ -462,6 +465,12 @@ HTML_CONTENT = """
462
  .link-buttons .small-btn {
463
  margin: 0.25rem 0;
464
  }
 
 
 
 
 
 
465
  }
466
  </style>
467
  </head>
 
377
  border-radius: 10px;
378
  color: #e0e0e0;
379
  animation: modalFadeIn 0.3s;
380
+ position: relative;
381
+ max-height: 80vh;
382
+ overflow-y: auto;
383
  }
384
 
385
  .history-item {
 
465
  .link-buttons .small-btn {
466
  margin: 0.25rem 0;
467
  }
468
+
469
+ .close {
470
+ top: 5px;
471
+ right: 10px;
472
+ font-size: 24px;
473
+ }
474
  }
475
  </style>
476
  </head>