diff --git a/js/ui/keyboard.js b/js/ui/keyboard.js index 7463233e7..7e7cee21b 100644 --- a/js/ui/keyboard.js +++ b/js/ui/keyboard.js @@ -614,6 +614,7 @@ var EmojiPager = GObject.registerClass({ layout_manager: new Clutter.BinLayout(), reactive: true, clip_to_allocation: true, + y_expand: true, }); this._sections = sections; this._nCols = nCols;