tonder-web-sdk 1.11.0-beta.1 → 1.11.0-beta.2

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": "tonder-web-sdk",
3
- "version": "1.11.0-beta.1",
3
+ "version": "1.11.0-beta.2",
4
4
  "description": "tonder sdk for integrations",
5
5
  "main": "src/index.js",
6
6
  "scripts": {
@@ -186,6 +186,8 @@ export const cardTemplate = (data) => `
186
186
  flex-direction: column;
187
187
  padding: ;
188
188
  gap: 33% 20px;
189
+ max-height: 300px;
190
+ overflow-y: auto;
189
191
  }
190
192
  .pay-new-card {
191
193
  display: flex;