fix(collections): list/grid collection properties clipped when little results

This commit is contained in:
Elian Doran 2026-02-15 18:14:02 +02:00
parent 70aa115933
commit 23c50f34fe
No known key found for this signature in database

View File

@ -2,8 +2,12 @@
min-height: 0;
max-width: var(--max-content-width); /* Inherited from .note-split */
overflow: auto;
overflow: visible;
contain: none !important;
&.full-height {
overflow: auto;
}
}
body.prefers-centered-content .note-list-widget:not(.full-height) {