diff --git a/src/scss/partials/_chatBubble.scss b/src/scss/partials/_chatBubble.scss index d8e29b23..00ab8840 100644 --- a/src/scss/partials/_chatBubble.scss +++ b/src/scss/partials/_chatBubble.scss @@ -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 { align-self: center;