Browse Source

SONAR-13943 Hotspots filter dropdowns truncated for anonymous users

tags/8.6.0.39681
Wouter Admiraal 3 years ago
parent
commit
262440dfb5

+ 1
- 0
server/sonar-web/src/main/js/app/theme.js View File

@@ -192,6 +192,7 @@ module.exports = {
// ui elements
pageMainZIndex: '50',
pageSideZIndex: '51',
pageHeaderZIndex: '55',

globalBannerZIndex: '60',


+ 1
- 1
server/sonar-web/src/main/js/apps/security-hotspots/styles.css View File

@@ -24,7 +24,7 @@
#security_hotspots .filter-bar {
position: fixed;
background-color: var(--barBackgroundColor);
z-index: var(--pageSideZIndex);
z-index: var(--pageHeaderZIndex);
left: 0;
right: 0;
}

Loading…
Cancel
Save