]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-12480 Left part of the layout is broken in several pages on Microsoft IE11...
authorphilippe-perrin-sonarsource <philippe.perrin@sonarsource.com>
Thu, 26 Sep 2019 14:34:31 +0000 (16:34 +0200)
committerSonarTech <sonartech@sonarsource.com>
Mon, 30 Sep 2019 18:21:06 +0000 (20:21 +0200)
server/sonar-web/src/main/js/app/styles/components/page.css
server/sonar-web/src/main/js/app/theme.js

index fc4696d9216585803a0e060530a98974c63a6c12..104950766a0e5a4e99856e4faed256c215378d1b 100644 (file)
   flex-grow: 0;
   flex-shrink: 0;
   background-color: var(--barBackgroundColor);
-  z-index: 100;
 }
 
 .layout-page-side {
   position: fixed;
-  z-index: 40;
+  z-index: var(--pageSideZIndex);
   top: 30px;
   bottom: 0;
   left: 0;
index 4dcf95ab3128dbdf39711ec18938e3a825aecbb7..d8417104bf47905fd5ae0233c5f1f14768fbcdcd 100644 (file)
@@ -170,6 +170,7 @@ module.exports = {
 
     // ui elements
     pageMainZIndex: '50',
+    pageSideZIndex: '51',
 
     tooltipZIndex: '8000',