Skip to content

Commit 1171090

Browse files
committed
*: tooltips zIndex
1 parent 5b0fe7a commit 1171090

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lean4-infoview/src/infoview/tooltips.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ export function Tooltip(props_: TooltipProps) {
3737

3838
const adjustedFloatingStyles = {
3939
...floatingStyles,
40-
zIndex: 10,
40+
zIndex: 100,
4141
}
4242

4343
const logicalDom = React.useContext(LogicalDomContext)

0 commit comments

Comments
 (0)