chore: Fixes contact panel scroll issue (#2424)

This commit is contained in:
Nithin David Thomas 2021-06-14 16:48:33 +05:30 committed by GitHub
parent fe3f1c3a40
commit a56aa5656d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -57,6 +57,7 @@ export default {
} }
} }
.contact--panel { .contact--panel {
height: 100%;
background: white; background: white;
font-size: var(--font-size-small); font-size: var(--font-size-small);
overflow-y: auto; overflow-y: auto;