@cashub/ui 0.19.13 → 0.19.14

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cashub/ui",
3
- "version": "0.19.13",
3
+ "version": "0.19.14",
4
4
  "private": false,
5
5
  "author": "CASHUB Team",
6
6
  "description": "CASHUB UI components library",
@@ -38,7 +38,7 @@ var SectionHeader = _styledComponents.default.div(_templateObject || (_templateO
38
38
  return backgroundReverse && 'background: var(--color-background2);';
39
39
  }, function (_ref6) {
40
40
  var sticky = _ref6.sticky;
41
- return sticky && "position: sticky;\n z-index:30;\n top: ".concat(_header.default.height, ";\n ");
41
+ return sticky && "position: sticky;\n z-index:20;\n top: ".concat(_header.default.height, ";\n ");
42
42
  });
43
43
 
44
44
  var _default = SectionHeader;