Increase particles-list height in FramesComponent to 550px for improved visibility.
This commit is contained in:
parent
fea1a98cea
commit
237518638c
|
|
@ -7,7 +7,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.particles-list {
|
.particles-list {
|
||||||
max-height: 300px;
|
height: 550px;
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
border: 1px solid #eee;
|
border: 1px solid #eee;
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user