Bump version to 1.0.2 in package.json and increase z-index for accessibility widget styles
This commit is contained in:
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "accessibility-widgets",
|
"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.",
|
"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",
|
"main": "widget.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|||||||
@@ -190,7 +190,7 @@ const styles = `
|
|||||||
padding: 0;
|
padding: 0;
|
||||||
display: none;
|
display: none;
|
||||||
font-family: ${WIDGET_CONFIG.typography.fontFamily};
|
font-family: ${WIDGET_CONFIG.typography.fontFamily};
|
||||||
z-index: 9999;
|
z-index: 999999;
|
||||||
scrollbar-width: thin;
|
scrollbar-width: thin;
|
||||||
}
|
}
|
||||||
.snn-accessibility-option {
|
.snn-accessibility-option {
|
||||||
|
|||||||
Reference in New Issue
Block a user