web/queue: fix overflow scroll
oops
This commit is contained in:
@@ -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) {
|
||||
|
||||
@@ -262,7 +262,6 @@
|
||||
justify-content: flex-start;
|
||||
align-items: center;
|
||||
position: relative;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.processing-item {
|
||||
|
||||
Reference in New Issue
Block a user