Fix empty scroll in chat
This commit is contained in:
parent
8330fd2774
commit
e89e8ec9f6
@ -1475,6 +1475,16 @@ $bubble-margin: .25rem;
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// * fix scroll with only 1 bubble
|
||||||
|
.bubbles-date-group:last-of-type {
|
||||||
|
.bubble:last-of-type {
|
||||||
|
margin-bottom: 2px;
|
||||||
|
/* &:after, .document-container:last-of-type .document-selection {
|
||||||
|
bottom: 0 !important;
|
||||||
|
} */
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.bubble.service {
|
.bubble.service {
|
||||||
align-self: center;
|
align-self: center;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user