From 15c329c331178bf615c5ed5ac453cdac05abf748 Mon Sep 17 00:00:00 2001 From: Adorian Doran Date: Sun, 9 Nov 2025 15:51:29 +0200 Subject: [PATCH] style/scrolling container widget: fix CSS selector --- apps/client/src/stylesheets/style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/apps/client/src/stylesheets/style.css b/apps/client/src/stylesheets/style.css index fa28df6e2..bd91bb780 100644 --- a/apps/client/src/stylesheets/style.css +++ b/apps/client/src/stylesheets/style.css @@ -2555,7 +2555,8 @@ iframe.print-iframe { flex-direction: column; } -.scrolling-container > .note-detail.full-height { +.scrolling-container > .note-detail.full-height, +.scrolling-container > .note-list-widget { position: relative; flex-grow: 1; width: 100%;