mirror of
https://github.com/lukevella/rallly.git
synced 2025-08-03 08:28:35 +02:00
➖ Remove floating-ui (#1130)
This commit is contained in:
parent
ea919eb35e
commit
2706ed0083
4 changed files with 2 additions and 32 deletions
|
@ -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 {
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -30,10 +30,6 @@
|
|||
textarea {
|
||||
@apply rounded outline-none;
|
||||
}
|
||||
|
||||
#floating-ui-root {
|
||||
@apply absolute z-50 w-full;
|
||||
}
|
||||
}
|
||||
|
||||
@layer components {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue