mirror of
https://github.com/zadam/trilium.git
synced 2026-02-27 09:03:36 +01:00
12 lines
199 B
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;
|
|
}
|