style/scrolling container widget: fix CSS selector

This commit is contained in:
Adorian Doran 2025-11-09 15:51:29 +02:00
parent f6afc0b718
commit 15c329c331

View File

@ -2555,7 +2555,8 @@ iframe.print-iframe {
flex-direction: column; flex-direction: column;
} }
.scrolling-container > .note-detail.full-height { .scrolling-container > .note-detail.full-height,
.scrolling-container > .note-list-widget {
position: relative; position: relative;
flex-grow: 1; flex-grow: 1;
width: 100%; width: 100%;