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.
package/dist/jclib-ui.es.js
CHANGED
|
@@ -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
|
|
9064
|
+
padding: 0 calc(6px + var(--scroll-width)) 0 6px;
|
|
9065
9065
|
|
|
9066
9066
|
position: fixed;
|
|
9067
9067
|
top: 0;
|