using popper instead of handrolled appearing stuff.

This commit is contained in:
2022-07-17 19:40:23 -07:00
parent b1cdd60781
commit 5e49f61265
8 changed files with 158 additions and 71 deletions

View File

@@ -10954,15 +10954,8 @@ span[data-tooltip].has-tooltip-primary-two {
}
.typeahead-menu {
position: absolute;
display: inline-block;
width: 100%;
top: 100%;
left: 0;
z-index: 10000;
overflow: auto;
float: left;
min-width: 160px;
min-width: 200px;
padding: 5px 0;
margin: 2px 0 0;
list-style: none;

File diff suppressed because one or more lines are too long