Fix contacts menu overflow for few entries, fix #4744
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
This commit is contained in:
parent
2c9007616b
commit
d23a7e2560
|
@ -1090,6 +1090,7 @@ span.ui-icon {
|
|||
|
||||
.content {
|
||||
max-height: calc(100% - 50px);
|
||||
height: 100%;
|
||||
overflow-y: auto;
|
||||
|
||||
.footer {
|
||||
|
|
Loading…
Reference in New Issue