@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 CHANGED
@@ -25667,6 +25667,7 @@ const InnerContainer = styled__default.default.div`
25667
25667
  margin-right: auto;
25668
25668
  margin-left: auto;
25669
25669
  flex-grow: 1;
25670
+ z-index: 1;
25670
25671
 
25671
25672
  @media screen and (min-width: ${(props) => props.theme.theme_vars.breakpoints.l}) {
25672
25673
  max-width: ${(props) => props.theme.theme_vars.breakpoints.l};