@internetarchive/ia-topnav 1.3.1-alpha8 → 1.3.1

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": "@internetarchive/ia-topnav",
3
- "version": "1.3.1-alpha8",
3
+ "version": "1.3.1",
4
4
  "description": "Top nav for Internet Archive",
5
5
  "license": "AGPL-3.0-only",
6
6
  "main": "index.js",
@@ -8,7 +8,7 @@ export default css`
8
8
  nav {
9
9
  position: absolute;
10
10
  right: 0;
11
- z-index: 3;
11
+ z-index: 4;
12
12
  overflow: hidden;
13
13
  font-size: 1.6rem;
14
14
  background-color: var(--dropdownMenuBg);
@@ -159,6 +159,7 @@ export default css`
159
159
 
160
160
  .user-menu {
161
161
  color: var(--lightTextColor);
162
+ height: 100%;
162
163
  }
163
164
 
164
165
  .user-menu:hover {
@@ -15,7 +15,7 @@ export default css`
15
15
  position: absolute;
16
16
  right: 0;
17
17
  left: 0;
18
- z-index: 3;
18
+ z-index: 4;
19
19
  padding: 0 4.5rem;
20
20
  font-size: 1.6rem;
21
21
  background-color: var(--searchMenuBg);