@steedos/service-plugin-amis 2.6.5 → 2.6.6-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": "@steedos/service-plugin-amis",
3
- "version": "2.6.5",
3
+ "version": "2.6.6-beta.2",
4
4
  "main": "package.service.js",
5
5
  "scripts": {
6
6
  "build": "yarn build:tailwind-base && yarn build:tailwind",
@@ -13,7 +13,7 @@
13
13
  "publishConfig": {
14
14
  "access": "public"
15
15
  },
16
- "gitHead": "977b48666fda5a16f911d9b981da6b8b37a57e5c",
16
+ "gitHead": "04437d5f64f147b2feda26c29bf52e48a1cc7030",
17
17
  "devDependencies": {
18
18
  "tailwindcss": "3.2.4"
19
19
  }
@@ -279,6 +279,10 @@
279
279
  overflow: hidden
280
280
  }
281
281
 
282
+ .overflow-x-auto {
283
+ overflow-x: auto
284
+ }
285
+
282
286
  .overflow-y-auto {
283
287
  overflow-y: auto
284
288
  }