@axos-web-dev/shared-components 1.0.100-dev.42-chatbot-reset-fix.4 → 1.0.100-dev.42-chatbot-reset-fix.6

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.
@@ -216,4 +216,10 @@
216
216
  align-items: center;
217
217
  justify-content: center;
218
218
  padding: 0 1rem;
219
+ }
220
+ @media (hover: none) and (pointer: coarse) {
221
+ body:has(._1hpv6vm1), body:has(._1hpv6vm0) {
222
+ overscroll-behavior: contain;
223
+ overflow: hidden;
224
+ }
219
225
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@axos-web-dev/shared-components",
3
3
  "description": "Axos shared components library for web.",
4
- "version": "1.0.100-dev.42-chatbot-reset-fix.4",
4
+ "version": "1.0.100-dev.42-chatbot-reset-fix.6",
5
5
  "type": "module",
6
6
  "module": "dist/main.js",
7
7
  "types": "dist/main.d.ts",