Skip to content

Commit

Permalink
chore: Fixes contact panel scroll issue (#2424)
Browse files Browse the repository at this point in the history
  • Loading branch information
nithindavid committed Jun 14, 2021
1 parent fe3f1c3 commit a56aa56
Showing 1 changed file with 2 additions and 1 deletion.
Expand Up @@ -57,14 +57,15 @@ export default {
}
}
.contact--panel {
height: 100%;
background: white;
font-size: var(--font-size-small);
overflow-y: auto;
overflow: auto;
position: relative;
border-left: 1px solid var(--color-border);
padding: var(--space-medium) var(--space-two);
.contact-labels {
padding-bottom: var(--space-normal);
}
Expand Down

0 comments on commit a56aa56

Please sign in to comment.