accessibility-widgets 1.0.1 → 1.0.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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/widget.js +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "accessibility-widgets",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "description": "A comprehensive, lightweight accessibility widget that enhances web accessibility for all users. Provides multiple accessibility features including screen reader support, voice control, high contrast mode, and more.",
5
5
  "main": "widget.js",
6
6
  "scripts": {
package/widget.js CHANGED
@@ -190,7 +190,7 @@ const styles = `
190
190
  padding: 0;
191
191
  display: none;
192
192
  font-family: ${WIDGET_CONFIG.typography.fontFamily};
193
- z-index: 9999;
193
+ z-index: 999999;
194
194
  scrollbar-width: thin;
195
195
  }
196
196
  .snn-accessibility-option {