web/queue: fix overflow scroll
Some checks failed
CodeQL / Analyze (${{ matrix.language }}) (none, javascript-typescript) (push) Has been cancelled
Run tests / check lockfile correctness (push) Has been cancelled
Run tests / web sanity check (push) Has been cancelled
Run tests / api sanity check (push) Has been cancelled

oops
This commit is contained in:
wukko 2025-06-05 13:45:49 +06:00
parent 5c1a855ddf
commit 291f3401dd
No known key found for this signature in database
GPG Key ID: 3E30B3F26C7B4AA2
2 changed files with 1 additions and 2 deletions

View File

@ -160,9 +160,9 @@
#processing-list {
display: flex;
flex-direction: column;
max-height: 65vh;
overflow-y: scroll;
overflow-x: hidden;
}
@media screen and (max-width: 535px) {

View File

@ -262,7 +262,6 @@
justify-content: flex-start;
align-items: center;
position: relative;
overflow: hidden;
}
.processing-item {