Skip to content

Commit fbfd725

Browse files
authored
Merge pull request #22417 from Arhell/tooltip
fix tooltip overflows
2 parents dbc406c + 1822626 commit fbfd725

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

static/css/custom-jekyll/tags.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727

2828
/* Position the tooltip text */
2929
position: absolute;
30-
z-index: 1;
30+
z-index: 10;
3131
bottom: 125%;
3232
left: 50%;
3333
margin-left: -150px;

0 commit comments

Comments
 (0)