Add z-index to AxoBaseDialog to fix Call Quality Survey placement

This commit is contained in:
yash-signal
2026-01-05 16:15:04 -06:00
committed by GitHub
parent 0400da993c
commit ee8019348a
6 changed files with 51 additions and 5 deletions

View File

@@ -6,9 +6,9 @@ import { tw } from '../tw.dom.js';
import { AxoSymbol } from '../AxoSymbol.dom.js';
import { isTestOrMockEnvironment } from '../../environment.std.js';
// Pulled from $z-index-context-menu. In the future we should be relying more
// on insert order of dialogs/popovers/menus into portals
const LEGACY_CONTEXT_MENU_Z_INDEX = tw('z-[125]');
// In the future we should be relying more on insert order of
// dialogs/popovers/menus into portals
const LEGACY_CONTEXT_MENU_Z_INDEX = tw('legacy-z-index-context-menu');
export namespace AxoBaseMenu {
// <Content/SubContent>