Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
lib
react-ag-qeditor
Commits
aeacfa26
Commit
aeacfa26
authored
Apr 17, 2026
by
Яков
Browse files
fix i
parent
06972790
Changes
2
Hide whitespace changes
Inline
Side-by-side
package.json
View file @
aeacfa26
{
{
"name"
:
"react-ag-qeditor"
,
"name"
:
"react-ag-qeditor"
,
"version"
:
"1.1.4
0
"
,
"version"
:
"1.1.4
1
"
,
"description"
:
"WYSIWYG html editor"
,
"description"
:
"WYSIWYG html editor"
,
"author"
:
"atma"
,
"author"
:
"atma"
,
"license"
:
"
MIT
"
,
"license"
:
"
MIT
"
,
...
...
src/index.scss
View file @
aeacfa26
...
@@ -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);
}
}
}
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment