style(views/table): improve autocomplete styling

This commit is contained in:
Elian Doran
2025-07-04 18:26:24 +03:00
parent e411f9932f
commit dcad23316d
2 changed files with 14 additions and 2 deletions

View File

@@ -34,6 +34,14 @@ const TPL = /*html*/`
right: 0;
bottom: 0;
}
.tabulator-cell .autocomplete {
position: absolute;
top: 50%;
transform: translateY(-50%);
background: transparent;
outline: none !important;
}
</style>
<div class="header">