From 2c7597c25f473529ee596f92d1896f55cd485a51 Mon Sep 17 00:00:00 2001 From: Padreug Date: Wed, 10 Jun 2026 17:12:01 +0200 Subject: [PATCH] fix(sidebar): clip horizontal overflow on profile sheets Defensive guard against content (long addresses, code spans, etc.) forcing a horizontal scroll inside the hamburger / profile sheet. The root cause for individual cards is addressed separately. Co-Authored-By: Claude Opus 4.7 (1M context) --- src/components/layout/ProfileSheetTrigger.vue | 2 +- src/components/layout/StandaloneMenu.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/layout/ProfileSheetTrigger.vue b/src/components/layout/ProfileSheetTrigger.vue index 9e1b61b..88e4754 100644 --- a/src/components/layout/ProfileSheetTrigger.vue +++ b/src/components/layout/ProfileSheetTrigger.vue @@ -50,7 +50,7 @@ const open = ref(false) - + diff --git a/src/components/layout/StandaloneMenu.vue b/src/components/layout/StandaloneMenu.vue index 530888c..fa8353a 100644 --- a/src/components/layout/StandaloneMenu.vue +++ b/src/components/layout/StandaloneMenu.vue @@ -53,7 +53,7 @@ function handleClick(item: SidebarNavItem) { - +