mirror of
https://github.com/lingble/chatwoot.git
synced 2026-03-19 21:52:35 +00:00
chore: Fixes contact panel scroll issue (#2424)
This commit is contained in:
committed by
GitHub
parent
fe3f1c3a40
commit
a56aa5656d
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user