Skip to content

Commit 1ee560e

Browse files
authored
Merge pull request #17868 from ckeditor/ck/17862
Internal: Improved the emoji grid view on small screens by setting its height to max 40% of the viewport height. Closes #17862.
2 parents 1771a34 + 883bc8e commit 1ee560e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/ckeditor5-emoji/theme/emojigrid.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
.ck.ck-emoji {
1111
& .ck.ck-emoji__tiles {
1212
max-width: 100%;
13-
max-height: 265px;
13+
max-height: min(265px, 40vh);
1414

1515
overflow-y: auto;
1616
overflow-x: hidden;

0 commit comments

Comments
 (0)