From a643b7773ed5c9ff16f68b68af593d9fcc9c9ccb Mon Sep 17 00:00:00 2001 From: Kai Date: Tue, 17 Feb 2026 17:37:26 +0100 Subject: [PATCH] Matrix-Nachrichten ohne Einzel-Scrollbar anzeigen --- static/styles.css | 2 -- 1 file changed, 2 deletions(-) diff --git a/static/styles.css b/static/styles.css index a0ec817..078f8b5 100644 --- a/static/styles.css +++ b/static/styles.css @@ -269,8 +269,6 @@ button:hover { background: linear-gradient(180deg, #7cbc19, #5e8a12); } } .matrix-body { - max-height: 7.5rem; - overflow: auto; white-space: pre-wrap; overflow-wrap: anywhere; word-break: break-word;