mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-24 18:58:46 +02:00
Fixed z-index of autocomplete dropdown
This commit is contained in:
parent
c87f809d12
commit
e16aa31ddf
2 changed files with 28 additions and 0 deletions
|
@ -20,6 +20,7 @@
|
|||
import { Controller } from "@hotwired/stimulus";
|
||||
import { autocomplete } from '@algolia/autocomplete-js';
|
||||
import "@algolia/autocomplete-theme-classic/dist/theme.css";
|
||||
import "../../css/components/autocomplete_bootstrap.css";
|
||||
import { createLocalStorageRecentSearchesPlugin } from '@algolia/autocomplete-plugin-recent-searches';
|
||||
import {marked} from "marked";
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue