Skip to content

Commit 7eb0928

Browse files
set z-index of tooltip to 10000 (1 higher than menu) to make it appear on top of menu (#1729)
### WHAT is this pull request doing? Sets z-index of `.prop-tooltip` to 10000, 1 higher than menu, to make it appear on top of the menu. Fixes #1713 ### HOW can this pull request be tested? build and look
1 parent 78e87a1 commit 7eb0928

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

static/main.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1758,7 +1758,7 @@ fieldset.inline {
17581758
left: 50%;
17591759
transform: translateX(-50%);
17601760
position: absolute;
1761-
z-index: 1;
1761+
z-index: 10000;
17621762
white-space: normal;
17631763
}
17641764

0 commit comments

Comments
 (0)