trilium/apps/client/src/widgets/search_result.css

12 lines
199 B
CSS

.search-result-widget {
flex-grow: 100000;
flex-shrink: 100000;
height: 100%;
overflow: auto;
contain: none !important;
}
.search-result-widget .note-list {
padding: 10px;
}