Commit a6d105fb authored by Яков's avatar Яков
Browse files

update fix issue

parent 5166f0bd
{ {
"name": "react-ag-qeditor", "name": "react-ag-qeditor",
"version": "1.1.68", "version": "1.1.69",
"description": "WYSIWYG html editor", "description": "WYSIWYG html editor",
"author": "atma", "author": "atma",
"license": "MIT", "license": "MIT",
......
...@@ -265,7 +265,7 @@ body{ ...@@ -265,7 +265,7 @@ body{
background-color: #ffffff; background-color: #ffffff;
box-shadow: 0 -3px 0 3px #ffffff; box-shadow: 0 -3px 0 3px #ffffff;
padding: 6px; padding: 6px;
z-index: 10; z-index: var(--atma-toolbar-z-index, 10);
grid-gap: 5px; grid-gap: 5px;
&-g{ &-g{
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment