fixxxeeess

This commit is contained in:
pavel 2026-02-10 20:57:03 +01:00
commit c4d9ca19ce
8 changed files with 142 additions and 54 deletions

View file

@ -87,7 +87,7 @@ body {
.dashboard-content {
flex: 1;
overflow: hidden;
overflow-y: auto;
border-radius: 12px;
display: flex;
flex-direction: column;
@ -246,7 +246,7 @@ body {
display: flex;
gap: 24px;
flex: 1;
overflow: hidden;
min-height: 0;
}
.run-history {
@ -272,6 +272,7 @@ body {
#run-list {
list-style: none;
flex: 1;
overflow-y: auto;
padding: 8px;
}