style/note list widget: fix broken CSS selector

This commit is contained in:
Adorian Doran 2025-11-09 19:50:48 +02:00
parent 4eadf40e20
commit 8589f7f164

View File

@ -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%;