Pārlūkot izejas kodu

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

tags/7.5
Stas Vilchik pirms 6 gadiem
vecāks
revīzija
a1e8a7d90f

+ 5
- 0
server/sonar-web/src/main/js/app/styles/components/page.css Parādīt failu

@@ -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;
}


Notiek ielāde…
Atcelt
Saglabāt