Skip to content

Commit d5944d8

Browse files
committed
add z-index to expanded element to hover over other ORCID icons
1 parent 46a63ed commit d5944d8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

assets/style/pages/orcid.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,5 +37,6 @@ span.orcid-expanded {
3737
/* Hover effect to show expanded text */
3838
a.orcid-container:hover span.orcid-expanded {
3939
max-width: 200px; /* Allow the content to expand */
40+
z-index: 1;
4041
opacity: 1;
4142
}

0 commit comments

Comments
 (0)