@internetarchive/ia-topnav 1.1.37-alpha1 → 1.1.37-alpha2
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
package/src/styles/ia-topnav.js
CHANGED
package/src/styles/nav-search.js
CHANGED
|
@@ -201,7 +201,6 @@ export default css`
|
|
|
201
201
|
|
|
202
202
|
nav {
|
|
203
203
|
display: block;
|
|
204
|
-
z-index: 3;
|
|
205
204
|
height: 5rem;
|
|
206
205
|
padding-right: 1.5rem;
|
|
207
206
|
}
|
|
@@ -274,6 +273,8 @@ export default css`
|
|
|
274
273
|
nav-search {
|
|
275
274
|
float: right;
|
|
276
275
|
margin-left: 1rem;
|
|
276
|
+
z-index: 4;
|
|
277
|
+
position: inherit;
|
|
277
278
|
}
|
|
278
279
|
|
|
279
280
|
login-button {
|