Skip to content

Commit 26bd6fe

Browse files
committed
chore: add z-index for zoomed images
1 parent 4d6f01d commit 26bd6fe

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

apify-docs-theme/src/theme/custom.css

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -957,7 +957,7 @@ div[class*="searchBox"] {
957957
.menu__link.icon::before {
958958
display: none;
959959
}
960-
960+
961961
.navbar__inner .navbar__item.navbar__link.icon {
962962
display: none;
963963
}
@@ -1980,3 +1980,7 @@ div[class^="navbarSearchContainer"] {
19801980
position: static;
19811981
}
19821982
}
1983+
1984+
.medium-zoom-image--opened {
1985+
z-index: 999;
1986+
}

0 commit comments

Comments
 (0)