feat(views/table): allow in search

This commit is contained in:
Elian Doran 2025-06-27 17:18:52 +03:00
parent 360e5e3102
commit 70694542eb
No known key found for this signature in database

View File

@ -17,6 +17,14 @@ const TPL = /*html*/`
.table-view-container { .table-view-container {
height: 100%; height: 100%;
} }
.search-result-widget-content .table-view {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
}
</style> </style>
<div class="table-view-container"> <div class="table-view-container">