fix: portal sidebar dropdowns to escape backdrop-filter clipping

Bump @ciphera-net/ui to 0.2.14 which portals AppLauncher and UserMenu
dropdowns via createPortal when anchor="right". Apply the same fix to
NotificationCenter. This escapes the sidebar's backdrop-filter
containing block that was clipping all fixed-positioned dropdowns.
This commit is contained in:
Usman Baig
2026-03-19 00:35:51 +01:00
parent 3e67af5646
commit 1755dcb9dc
3 changed files with 139 additions and 126 deletions

View File

@@ -12,7 +12,7 @@
"test:watch": "vitest"
},
"dependencies": {
"@ciphera-net/ui": "^0.2.13",
"@ciphera-net/ui": "^0.2.14",
"@ducanh2912/next-pwa": "^10.2.9",
"@phosphor-icons/react": "^2.1.10",
"@simplewebauthn/browser": "^13.2.2",