From 89645eab604a127b093e16fff31a242d679bb81f Mon Sep 17 00:00:00 2001 From: "bert.hausmans" Date: Thu, 16 Apr 2026 02:58:27 +0200 Subject: [PATCH] fix: impersonation banner overlapping sidebar and navbar The previous paddingTop on a wrapper div didn't affect the Vuexy layout's fixed-position sidebar or sticky navbar. Replace with scoped :deep() CSS overrides that shift both elements down 48px when impersonation is active. Co-Authored-By: Claude Opus 4.6 (1M context) --- .../DefaultLayoutWithVerticalNav.vue | 92 +++++++++++-------- 1 file changed, 52 insertions(+), 40 deletions(-) diff --git a/apps/app/src/layouts/components/DefaultLayoutWithVerticalNav.vue b/apps/app/src/layouts/components/DefaultLayoutWithVerticalNav.vue index 48fb1c65..01c730be 100644 --- a/apps/app/src/layouts/components/DefaultLayoutWithVerticalNav.vue +++ b/apps/app/src/layouts/components/DefaultLayoutWithVerticalNav.vue @@ -49,53 +49,65 @@ import { VerticalNavLayout } from '@layouts' + +