Remove floating-ui (#1130)

This commit is contained in:
Luke Vella 2024-05-29 15:21:36 +12:00 committed by GitHub
parent ea919eb35e
commit 2706ed0083
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 2 additions and 32 deletions

View file

@ -43,10 +43,6 @@
textarea {
@apply rounded outline-none focus-visible:border-transparent focus-visible:ring-2 focus-visible:ring-gray-300;
}
#floating-ui-root {
@apply absolute z-50 w-full;
}
}
@layer components {

View file

@ -20,7 +20,6 @@
},
"dependencies": {
"@auth/prisma-adapter": "^1.0.3",
"@floating-ui/react-dom-interactions": "^0.13.3",
"@hookform/resolvers": "^3.3.1",
"@next/bundle-analyzer": "^12.3.4",
"@radix-ui/react-slot": "^1.0.1",

View file

@ -30,10 +30,6 @@
textarea {
@apply rounded outline-none;
}
#floating-ui-root {
@apply absolute z-50 w-full;
}
}
@layer components {