Increase the height of the evaluation table

This commit is contained in:
oobabooga 2023-10-15 21:56:40 -07:00
parent e14bde4946
commit 71cac7a1b2
2 changed files with 9 additions and 1 deletions

View file

@ -642,3 +642,11 @@ div.svelte-362y77>*, div.svelte-362y77>.form>* {
.options {
z-index: 100 !important;
}
/*----------------------------------------------
Increase the height of the evaluation table
----------------------------------------------*/
#evaluation-table table {
max-height: none !important;
overflow-y: auto !important;
}