@apify/docs-theme 1.0.184 → 1.0.185

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@apify/docs-theme",
3
- "version": "1.0.184",
3
+ "version": "1.0.185",
4
4
  "description": "",
5
5
  "main": "./src/index.js",
6
6
  "files": [
@@ -957,7 +957,7 @@ div[class*="searchBox"] {
957
957
  .menu__link.icon::before {
958
958
  display: none;
959
959
  }
960
-
960
+
961
961
  .navbar__inner .navbar__item.navbar__link.icon {
962
962
  display: none;
963
963
  }
@@ -1980,3 +1980,7 @@ div[class^="navbarSearchContainer"] {
1980
1980
  position: static;
1981
1981
  }
1982
1982
  }
1983
+
1984
+ .medium-zoom-image--opened {
1985
+ z-index: 999;
1986
+ }