coinley-checkout 0.1.7 → 0.1.9
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/coinley-checkout.es.js +171 -36
- package/dist/coinley-checkout.es.js.map +1 -1
- package/dist/style.css +6 -0
- package/package.json +1 -1
package/dist/style.css
CHANGED
@@ -499,6 +499,9 @@ video {
|
|
499
499
|
[hidden]:where(:not([hidden="until-found"])) {
|
500
500
|
display: none;
|
501
501
|
}
|
502
|
+
.static {
|
503
|
+
position: static;
|
504
|
+
}
|
502
505
|
.fixed {
|
503
506
|
position: fixed;
|
504
507
|
}
|
@@ -800,6 +803,9 @@ video {
|
|
800
803
|
margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
|
801
804
|
margin-bottom: calc(1rem * var(--tw-space-y-reverse));
|
802
805
|
}
|
806
|
+
.overflow-auto {
|
807
|
+
overflow: auto;
|
808
|
+
}
|
803
809
|
.overflow-y-auto {
|
804
810
|
overflow-y: auto;
|
805
811
|
}
|