We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b0fe7a commit 1171090Copy full SHA for 1171090
lean4-infoview/src/infoview/tooltips.tsx
@@ -37,7 +37,7 @@ export function Tooltip(props_: TooltipProps) {
37
38
const adjustedFloatingStyles = {
39
...floatingStyles,
40
- zIndex: 10,
+ zIndex: 100,
41
}
42
43
const logicalDom = React.useContext(LogicalDomContext)
0 commit comments