Skip to content

Commit fd391e3

Browse files
committed
fix(ui): adjust z-index on summary popup
1 parent 4c1b549 commit fd391e3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • stackgres-k8s/src/admin-ui/public/assets/css

stackgres-k8s/src/admin-ui/public/assets/css/style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4852,7 +4852,7 @@ td.inlineList li:not(:last-child):after {
48524852
.contentTooltip.show, .contentTooltip.visible {
48534853
display: flex !important;
48544854
opacity: 1;
4855-
z-index: 4;
4855+
z-index: 9999;
48564856
transition: opacity .4s ease-out;
48574857
}
48584858

0 commit comments

Comments
 (0)