Erweiterungen

This commit is contained in:
2025-10-09 11:35:20 +02:00
parent 7fccd43eab
commit 9fa0534a5a

View File

@@ -425,7 +425,6 @@ public class MessageDetailsView extends Main implements BeforeEnterObserver {
if (scrollAnchor == null) { if (scrollAnchor == null) {
scrollAnchor = new Div(); scrollAnchor = new Div();
scrollAnchor.setId("scroll-anchor"); scrollAnchor.setId("scroll-anchor");
scrollAnchor.getStyle().set("height", "50px");
} }
if (scrollAnchor.getParent().isEmpty()) { if (scrollAnchor.getParent().isEmpty()) {
messagesContainer.add(scrollAnchor); messagesContainer.add(scrollAnchor);