Fixed z-index of autocomplete dropdown

This commit is contained in:
Jan Böhmer 2024-02-27 23:05:24 +01:00
parent c87f809d12
commit e16aa31ddf
2 changed files with 28 additions and 0 deletions

View file

@ -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";