Fix video channels quick filter overflow
This commit is contained in:
parent
ed14d1ebd7
commit
ae51278920
|
@ -30,3 +30,9 @@ my-global-icon {
|
||||||
height: 0;
|
height: 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
div[role=menu] {
|
||||||
|
max-height: 50vh;
|
||||||
|
min-height: 200px;
|
||||||
|
overflow: auto;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue