mirror of
https://github.com/zadam/trilium.git
synced 2025-11-05 04:45:47 +01:00
fix(client/search): full screen collections not visible
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user