From 03ce6af1df09d7f0b2d24bf96cc0a89ac2198b0c Mon Sep 17 00:00:00 2001 From: sinanisler Date: Mon, 23 Jun 2025 01:16:46 +0300 Subject: [PATCH] Bump version to 1.0.2 in package.json and increase z-index for accessibility widget styles --- package.json | 2 +- widget.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 1b38450..810a2ca 100644 --- a/package.json +++ b/package.json @@ -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": { diff --git a/widget.js b/widget.js index c3b67cb..985c285 100644 --- a/widget.js +++ b/widget.js @@ -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 {