mirror of
https://github.com/zadam/trilium.git
synced 2025-11-12 16:25:51 +01:00
style(views/table): improve autocomplete styling
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user