mirror of
https://github.com/zadam/trilium.git
synced 2025-11-01 12:09:02 +01:00
fix(client/search): full screen collections not visible
This commit is contained in:
parent
ee9c3f49da
commit
f8066417d9
@ -1,7 +1,7 @@
|
|||||||
.search-result-widget {
|
.search-result-widget {
|
||||||
flex-grow: 100000;
|
flex-grow: 100000;
|
||||||
flex-shrink: 100000;
|
flex-shrink: 100000;
|
||||||
min-height: 0;
|
height: 100%;
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
contain: none !important;
|
contain: none !important;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user