aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-web/design-system/src/helpers/constants.ts
diff options
context:
space:
mode:
authorWouter Admiraal <wouter.admiraal@sonarsource.com>2023-08-07 14:33:14 +0200
committersonartech <sonartech@sonarsource.com>2023-08-18 20:02:48 +0000
commit88bb95d78ab8e02a11344a4e3d482ae2e48492a6 (patch)
treeaf443c62fc1f8b3e5866b590d15b93dc220fccc5 /server/sonar-web/design-system/src/helpers/constants.ts
parent76650fecfb023f0b38da076b008f8f9edefa03bd (diff)
downloadsonarqube-88bb95d78ab8e02a11344a4e3d482ae2e48492a6.tar.gz
sonarqube-88bb95d78ab8e02a11344a4e3d482ae2e48492a6.zip
SONAR-20023 Update guide styling to comply with Spotlight from design system
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;