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)}