mirror of
https://github.com/zadam/trilium.git
synced 2025-10-19 22:58:52 +02:00
feat(views/table): allow in search
This commit is contained in:
parent
360e5e3102
commit
70694542eb
@ -17,6 +17,14 @@ const TPL = /*html*/`
|
||||
.table-view-container {
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.search-result-widget-content .table-view {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
}
|
||||
</style>
|
||||
|
||||
<div class="table-view-container">
|
||||
|
Loading…
x
Reference in New Issue
Block a user