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 {
height: 100%;
background: white;
font-size: var(--font-size-small);
overflow-y: auto;
@ -64,7 +65,7 @@ export default {
position: relative;
border-left: 1px solid var(--color-border);
padding: var(--space-medium) var(--space-two);
.contact-labels {
padding-bottom: var(--space-normal);
}