From f548f8242303242017d1a12da9b9987a69566106 Mon Sep 17 00:00:00 2001 From: Anthony Stirling <77850077+Frooodle@users.noreply.github.com> Date: Mon, 10 Nov 2025 12:58:28 +0000 Subject: [PATCH] zindex --- frontend/src/core/components/shared/QuickAccessBar.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/frontend/src/core/components/shared/QuickAccessBar.tsx b/frontend/src/core/components/shared/QuickAccessBar.tsx index 394a2a4286..2f73132a89 100644 --- a/frontend/src/core/components/shared/QuickAccessBar.tsx +++ b/frontend/src/core/components/shared/QuickAccessBar.tsx @@ -21,6 +21,7 @@ import { getNavButtonStyle, getActiveNavButton, } from '@app/components/shared/quickAccessBar/QuickAccessBar'; +import { Z_INDEX_OVER_FULLSCREEN_SURFACE } from '@app/styles/zIndex'; const QuickAccessBar = forwardRef((_, ref) => { const { t } = useTranslation(); @@ -279,7 +280,7 @@ const QuickAccessBar = forwardRef((_, ref) => { // If admin, show menu with both options return (
- +
{renderNavButton(buttonConfig, index)}