Fix autocomplete inside dialog

This commit is contained in:
Gregory Schier
2023-03-03 17:03:20 -08:00
parent 7668a093a9
commit 030ba26c5e
7 changed files with 64 additions and 35 deletions

View File

@@ -9,7 +9,8 @@
<body>
<div id="root"></div>
<div id="radix-portal"></div>
<div id="cm-portal" class="cm-portal" style="pointer-events: auto"></div>
<div id="radix-portal" class="cm-portal"></div>
<script type="module" src="/src-web/main.tsx"></script>
</body>
</html>