aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-web/tailwind.base.config.js
diff options
context:
space:
mode:
author7PH <benjamin.raymond@sonarsource.com>2024-07-29 12:45:24 +0200
committersonartech <sonartech@sonarsource.com>2024-08-13 20:02:47 +0000
commit6428ede698941f0627f5e6c1c65e4ec6f0a320d1 (patch)
tree5491c23217019700cda0a44388c1c959dc5f2840 /server/sonar-web/tailwind.base.config.js
parent176045866b4d946f1ff764719d29024de10c261c (diff)
downloadsonarqube-6428ede698941f0627f5e6c1c65e4ec6f0a320d1.tar.gz
sonarqube-6428ede698941f0627f5e6c1c65e4ec6f0a320d1.zip
SONAR-22495 Show issue red message box below its exact location in the code snippet
Diffstat (limited to 'server/sonar-web/tailwind.base.config.js')
-rw-r--r--server/sonar-web/tailwind.base.config.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/server/sonar-web/tailwind.base.config.js b/server/sonar-web/tailwind.base.config.js
index 8f73e0c950b..3580352def3 100644
--- a/server/sonar-web/tailwind.base.config.js
+++ b/server/sonar-web/tailwind.base.config.js
@@ -104,6 +104,7 @@ module.exports = {
},
zIndex: {
normal: '2',
+ 'issue-header': '10',
'project-list-header': '30',
filterbar: '50',
'content-popup': '52',