Skip to content

Commit 15c329c

Browse files
committed
style/scrolling container widget: fix CSS selector
1 parent f6afc0b commit 15c329c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

apps/client/src/stylesheets/style.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2555,7 +2555,8 @@ iframe.print-iframe {
25552555
flex-direction: column;
25562556
}
25572557

2558-
.scrolling-container > .note-detail.full-height {
2558+
.scrolling-container > .note-detail.full-height,
2559+
.scrolling-container > .note-list-widget {
25592560
position: relative;
25602561
flex-grow: 1;
25612562
width: 100%;

0 commit comments

Comments
 (0)