@steedos/service-plugin-amis 2.6.8-beta.5 → 2.6.8-beta.7

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.8-beta.5",
3
+ "version": "2.6.8-beta.7",
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": "f46cd843d1195295a4f6a8f4e5cbe3c0930023a4",
16
+ "gitHead": "177276deba27846002ebc5e7aecd055bf4f61331",
17
17
  "devDependencies": {
18
18
  "tailwindcss": "3.2.4"
19
19
  }
@@ -52,6 +52,10 @@
52
52
  position: static
53
53
  }
54
54
 
55
+ .\!static {
56
+ position: static !important
57
+ }
58
+
55
59
  .fixed {
56
60
  position: fixed
57
61
  }