@internetarchive/ia-topnav 1.1.25 → 1.1.26

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/.eslintrc CHANGED
File without changes
File without changes
File without changes
File without changes
package/LICENSE CHANGED
File without changes
package/index.js CHANGED
File without changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@internetarchive/ia-topnav",
3
- "version": "1.1.25",
3
+ "version": "1.1.26",
4
4
  "description": "Top nav for Internet Archive",
5
5
  "license": "AGPL-3.0-only",
6
6
  "main": "index.js",
File without changes
File without changes
@@ -8,7 +8,7 @@ export default css`
8
8
  nav {
9
9
  position: absolute;
10
10
  right: 0;
11
- z-index: 2;
11
+ z-index: 3;
12
12
  overflow: hidden;
13
13
  font-size: 1.6rem;
14
14
  background-color: var(--dropdownMenuBg);
@@ -56,7 +56,7 @@ export default css`
56
56
 
57
57
  .information-menu {
58
58
  left: 0;
59
- z-index: 2;
59
+ z-index: 3;
60
60
  height: auto;
61
61
  min-height: 21rem;
62
62
  background: var(--mediaSliderDesktopBg);
@@ -162,7 +162,7 @@ export default css`
162
162
 
163
163
  nav {
164
164
  display: block;
165
- z-index: 2;
165
+ z-index: 3;
166
166
  height: 5rem;
167
167
  padding-right: 1.5rem;
168
168
  }
@@ -15,7 +15,7 @@ export default css`
15
15
  position: absolute;
16
16
  right: 0;
17
17
  left: 0;
18
- z-index: 2;
18
+ z-index: 3;
19
19
  padding: 0 4.5rem;
20
20
  font-size: 1.6rem;
21
21
  background-color: var(--searchMenuBg);
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes