Skip to content

Commit

Permalink
Merge pull request #1158 from cdapio/ns-popover-hiding-issue
Browse files Browse the repository at this point in the history
CDAP-20838 : Namespace selector in Operations tab is drawn under the header, making namespace impossible to select
  • Loading branch information
radhikav1 authored Dec 8, 2023
2 parents f40ea5b + 02b4d63 commit 9d6950b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/cdap/components/NamespacesPicker/NamespacesPicker.scss
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ $monitor-more-color: $blue-02;

.popper {
width: 300px;
z-index: 1; // need to be on top of the svg graph
z-index: 999; // need to be on top of the svg graph
text-align: left;

.popover-content {
Expand Down

0 comments on commit 9d6950b

Please sign in to comment.