@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.
@@ -25227,6 +25227,8 @@ const headerThemeStyles = (props) => {
25227
25227
  const Container$w = styled.header`
25228
25228
  font-family: ${(props) => props.theme.theme_vars.fontstack};
25229
25229
  padding: 3px 0;
25230
+ position: sticky;
25231
+ z-index: 1;
25230
25232
  ${headerThemeStyles}
25231
25233
  `;
25232
25234