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

fix i

parent 06972790
{ {
"name": "react-ag-qeditor", "name": "react-ag-qeditor",
"version": "1.1.40", "version": "1.1.41",
"description": "WYSIWYG html editor", "description": "WYSIWYG html editor",
"author": "atma", "author": "atma",
"license": "MIT", "license": "MIT",
......
...@@ -1421,9 +1421,18 @@ body{ ...@@ -1421,9 +1421,18 @@ body{
} }
.atma-editor-emoji-popover{ .atma-editor-emoji-popover{
left: auto; position: fixed;
right: 0; top: 56px;
width: min(344px, calc(100vw - 24px)); left: 12px;
max-width: calc(100vw - 24px); 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