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

View File

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