Browse Source

UI: fixed popover close button hidden under dashboard toolbar

pull/10893/head
rusikv 2 years ago
parent
commit
5499cf3f9c
  1. 2
      ui-ngx/src/app/shared/components/popover.component.scss

2
ui-ngx/src/app/shared/components/popover.component.scss

@ -99,7 +99,7 @@ $box-shadow-base: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0,
text-decoration: none;
font-weight: bold;
background: transparent;
z-index: 10;
z-index: 15;
&:hover {
color: #313131;
}

Loading…
Cancel
Save