Browse Source

SONAR-10007 Fix z-index of coverage/duplications popup

tags/7.5
Stas Vilchik 6 years ago
parent
commit
a1e8a7d90f
1 changed files with 5 additions and 0 deletions
  1. 5
    0
      server/sonar-web/src/main/js/app/styles/components/page.css

+ 5
- 0
server/sonar-web/src/main/js/app/styles/components/page.css View File

@@ -30,6 +30,7 @@

.page {
position: relative;
z-index: var(--normalZIndex);
padding: 10px 20px;
}

@@ -257,6 +258,8 @@
}

.layout-page-main-inner {
position: relative;
z-index: var(--normalZIndex);
min-width: 740px;
max-width: 980px;
}
@@ -308,6 +311,8 @@
}

.layout-page-main-header {
position: relative;
z-index: var(--aboveNormalZIndex);
margin-bottom: 20px;
}


Loading…
Cancel
Save