Просмотр исходного кода

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

tags/7.5
Stas Vilchik 6 лет назад
Родитель
Сommit
a1e8a7d90f
1 измененных файлов: 5 добавлений и 0 удалений
  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 Просмотреть файл

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


Загрузка…
Отмена
Сохранить