Skip to content

Commit 9f461d0

Browse files
authored
Increase z-index for tooltip backdrop (#1349)
Co-authored-by: duckaxe <>
1 parent aec6dc8 commit 9f461d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main/http_server/axe-os/src/app/components/tooltip-icon/tooltip-icon.component.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
left: 0;
1515
right: 0;
1616
position: fixed;
17-
z-index: 9;
17+
z-index: 1000;
1818
display: flex;
1919
align-items: flex-end;
2020
}

0 commit comments

Comments
 (0)