refactor: use floating ui for dropdowns

This commit is contained in:
Zoe
2026-02-28 22:22:55 -06:00
parent 82ab72dae3
commit e0914b684a
17 changed files with 437 additions and 436 deletions
-5
View File
@@ -37,12 +37,7 @@ if (import.meta.client) {
</template>
<style>
body {
height: 100%;
}
#__nuxt {
padding: 0.5rem;
height: 100%;
display: flex;
}