@nnc-digital/nnc-design-system 1.0.0-alpha33 → 1.0.0-alpha34
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/build/index.js +1 -0
- package/build/index.js.map +1 -1
- package/build/index.mjs.js +1 -0
- package/build/index.mjs.js.map +1 -1
- package/package.json +1 -1
package/build/index.mjs.js
CHANGED
|
@@ -25654,6 +25654,7 @@ const InnerContainer = styled.div`
|
|
|
25654
25654
|
margin-right: auto;
|
|
25655
25655
|
margin-left: auto;
|
|
25656
25656
|
flex-grow: 1;
|
|
25657
|
+
z-index: 1;
|
|
25657
25658
|
|
|
25658
25659
|
@media screen and (min-width: ${(props) => props.theme.theme_vars.breakpoints.l}) {
|
|
25659
25660
|
max-width: ${(props) => props.theme.theme_vars.breakpoints.l};
|