Working version of tabsearch. Added subsequent and fuzzy matching. Need to fix the unit tests
This commit is contained in:
@@ -383,10 +383,6 @@
|
||||
flex: 1;
|
||||
overflow: auto;
|
||||
height: 100%;
|
||||
border: 2px solid black;
|
||||
/*background-color: var(--color-base-100);*/
|
||||
/*padding: 1rem;*/
|
||||
/*border-top: 1px solid var(--color-border-primary);*/
|
||||
}
|
||||
|
||||
.mf-tab-content-wrapper {
|
||||
@@ -410,4 +406,10 @@
|
||||
.mf-vis {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.mf-search-results {
|
||||
margin-top: 0.5rem;
|
||||
max-height: 200px;
|
||||
overflow: auto;
|
||||
}
|
||||
Reference in New Issue
Block a user