From e89e8ec9f6b111cc34a2f78415aa10dc82f57c5c Mon Sep 17 00:00:00 2001 From: Eduard Kuzmenko Date: Wed, 16 Dec 2020 21:16:20 +0200 Subject: [PATCH] Fix empty scroll in chat --- src/scss/partials/_chatBubble.scss | 10 ++++++++++ 1 file changed, 10 insertions(+) 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;