Move sidebar y-axis overflow style to container (#236)

This commit is contained in:
Chenlei Hu
2024-07-26 16:25:12 -04:00
committed by GitHub
parent 972ffe73e3
commit 542e1c1f59
2 changed files with 20 additions and 22 deletions

View File

@@ -168,9 +168,4 @@ onMounted(() => {
.queue-time-cell-content {
width: fit-content;
}
.queue-table {
height: 100%;
overflow-y: auto;
}
</style>