@npm_leadtech/legal-lib-components 7.12.9 → 7.12.11

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.
@@ -227,7 +227,7 @@ export const NavMenuStyled = styled.div `
227
227
 
228
228
  li.menu-items-li {
229
229
  width: 100%;
230
- margin: 0.5rem 0;
230
+ margin-right: 2.5rem;
231
231
  border-radius: var(--s-border-radius);
232
232
  transition: all 0.3s ease;
233
233
  padding: 0.25rem;
@@ -228,7 +228,7 @@ export const NavMenuStyled = styled.div`
228
228
 
229
229
  li.menu-items-li {
230
230
  width: 100%;
231
- margin: 0.5rem 0;
231
+ margin-right: 2.5rem;
232
232
  border-radius: var(--s-border-radius);
233
233
  transition: all 0.3s ease;
234
234
  padding: 0.25rem;
@@ -8,11 +8,11 @@ export const HeaderStyled = styled.header `
8
8
  z-index: 1000;
9
9
 
10
10
  @media (max-width: ${size.sm}) {
11
- position: fixed;
11
+ position: sticky;
12
12
  top: 0;
13
13
  background-color: white;
14
14
  width: 100%;
15
- z-index: 11111111111111;
15
+ z-index: 111111111111;
16
16
  }
17
17
 
18
18
  html[data-theme='lawdistrict'] {
@@ -9,11 +9,11 @@ export const HeaderStyled = styled.header`
9
9
  z-index: 1000;
10
10
 
11
11
  @media (max-width: ${size.sm}) {
12
- position: fixed;
12
+ position: sticky;
13
13
  top: 0;
14
14
  background-color: white;
15
15
  width: 100%;
16
- z-index: 11111111111111;
16
+ z-index: 111111111111;
17
17
  }
18
18
 
19
19
  html[data-theme='lawdistrict'] {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@npm_leadtech/legal-lib-components",
3
- "version": "7.12.9",
3
+ "version": "7.12.11",
4
4
  "license": "ISC",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",