From 8589f7f16477e0d459142907b7ad1f181c1fec14 Mon Sep 17 00:00:00 2001 From: Adorian Doran Date: Sun, 9 Nov 2025 19:50:48 +0200 Subject: [PATCH] style/note list widget: fix broken CSS selector --- apps/client/src/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/client/src/stylesheets/style.css b/apps/client/src/stylesheets/style.css index 5a132fa82..da222383a 100644 --- a/apps/client/src/stylesheets/style.css +++ b/apps/client/src/stylesheets/style.css @@ -2560,7 +2560,7 @@ iframe.print-iframe { } .scrolling-container > .note-detail.full-height, -.scrolling-container > .note-list-widget { +.scrolling-container > .note-list-widget.full-height { position: relative; flex-grow: 1; width: 100%;