jclib-ui 1.0.20 → 1.0.21

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.
@@ -9061,7 +9061,7 @@ const Container$4 = styled.div`
9061
9061
  justify-content: center;
9062
9062
  align-items: center;
9063
9063
  background-color: var(--jc-overlay-bg);
9064
- padding: 0 6px 0 calc(6px + var(--scroll-width));
9064
+ padding: 0 calc(6px + var(--scroll-width)) 0 6px;
9065
9065
 
9066
9066
  position: fixed;
9067
9067
  top: 0;