mirror of
https://github.com/zadam/trilium.git
synced 2026-02-19 12:14:23 +01:00
fix(collections): list/grid collection properties clipped when little results
This commit is contained in:
parent
70aa115933
commit
23c50f34fe
@ -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) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user