aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-web/design-system/src/helpers/constants.ts
diff options
context:
space:
mode:
Diffstat (limited to 'server/sonar-web/design-system/src/helpers/constants.ts')
-rw-r--r--server/sonar-web/design-system/src/helpers/constants.ts2
1 files changed, 2 insertions, 0 deletions
diff --git a/server/sonar-web/design-system/src/helpers/constants.ts b/server/sonar-web/design-system/src/helpers/constants.ts
index 9b40d9577f9..368b81e9986 100644
--- a/server/sonar-web/design-system/src/helpers/constants.ts
+++ b/server/sonar-web/design-system/src/helpers/constants.ts
@@ -74,3 +74,5 @@ export const DARK_THEME_ID = 'dark-theme';
export const OPACITY_20_PERCENT = 0.2;
export const OPACITY_75_PERCENT = 0.75;
+
+export const GLOBAL_POPUP_Z_INDEX = 5000;