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

fix i

parent 06972790
{
"name": "react-ag-qeditor",
"version": "1.1.40",
"version": "1.1.41",
"description": "WYSIWYG html editor",
"author": "atma",
"license": "MIT",
......
......@@ -1421,9 +1421,18 @@ body{
}
.atma-editor-emoji-popover{
left: auto;
right: 0;
width: min(344px, calc(100vw - 24px));
max-width: calc(100vw - 24px);
position: fixed;
top: 56px;
left: 12px;
right: 12px;
width: auto;
max-width: none;
max-height: min(70vh, 420px);
z-index: 100002;
}
.atma-editor-emoji-grid{
grid-template-columns: repeat(6, minmax(0, 1fr));
max-height: min(52vh, 320px);
}
}
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