From 7f013a58f523253d8626baf40908ef86413d2f2c Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Mon, 23 Feb 2026 18:55:19 +0200 Subject: [PATCH] fix(backend_log): not scrollable --- apps/client/src/widgets/type_widgets/ContentWidget.css | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/client/src/widgets/type_widgets/ContentWidget.css b/apps/client/src/widgets/type_widgets/ContentWidget.css index 3d1e9c4b5b..d5a0aa8b7b 100644 --- a/apps/client/src/widgets/type_widgets/ContentWidget.css +++ b/apps/client/src/widgets/type_widgets/ContentWidget.css @@ -4,4 +4,5 @@ .note-detail.full-height .note-detail-content-widget-content { padding: 0; + height: 100%; }