UI: Fixed panel for long list
This commit is contained in:
parent
e211e5759f
commit
6adbc1ad1e
@ -16,8 +16,9 @@
|
|||||||
:host {
|
:host {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
max-height: 80vh;
|
||||||
min-width: 300px;
|
min-width: 300px;
|
||||||
overflow: hidden;
|
overflow: auto;
|
||||||
background: #fff;
|
background: #fff;
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
box-shadow:
|
box-shadow:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user