@nnc-digital/nnc-design-system 1.0.0-alpha30 → 1.0.0-alpha31

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
@@ -25240,6 +25240,8 @@ const headerThemeStyles = (props) => {
25240
25240
  const Container$w = styled__default.default.header`
25241
25241
  font-family: ${(props) => props.theme.theme_vars.fontstack};
25242
25242
  padding: 3px 0;
25243
+ position: sticky;
25244
+ z-index: 1;
25243
25245
  ${headerThemeStyles}
25244
25246
  `;
25245
25247