dropdown floating

This commit is contained in:
Sirttas
2026-06-01 22:29:06 +02:00
parent 05210fea4b
commit 5c12a8af43
3 changed files with 36 additions and 23 deletions
-8
View File
@@ -63,14 +63,6 @@ const logout = async () => {
@apply w-full;
}
.user-dropdown :deep(>div) {
@apply w-full;
> div {
@apply w-full bg-slate-800;
}
}
.user-dropdown :deep(>button) {
@apply bg-slate-700 hover:bg-slate-800 border-none flex items-center w-full;
}