We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1771a34 + 883bc8e commit 1ee560eCopy full SHA for 1ee560e
packages/ckeditor5-emoji/theme/emojigrid.css
@@ -10,7 +10,7 @@
10
.ck.ck-emoji {
11
& .ck.ck-emoji__tiles {
12
max-width: 100%;
13
- max-height: 265px;
+ max-height: min(265px, 40vh);
14
15
overflow-y: auto;
16
overflow-x: hidden;
0 commit comments