Bump version to 1.0.2 in package.json and increase z-index for accessibility widget styles

This commit is contained in:
sinanisler
2025-06-23 01:16:46 +03:00
parent c63e52c895
commit 03ce6af1df
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "accessibility-widgets",
"version": "1.0.1",
"version": "1.0.2",
"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.",
"main": "widget.js",
"scripts": {
+1 -1
View File
@@ -190,7 +190,7 @@ const styles = `
padding: 0;
display: none;
font-family: ${WIDGET_CONFIG.typography.fontFamily};
z-index: 9999;
z-index: 999999;
scrollbar-width: thin;
}
.snn-accessibility-option {