Increase window min-height for the new Emoji picker

This commit is contained in:
Ken Powers 2019-06-27 16:38:58 -04:00 committed by Scott Nonnenberg
parent 569acb091c
commit ba2c32304b

View file

@ -178,7 +178,7 @@ function captureClicks(window) {
const DEFAULT_WIDTH = 800;
const DEFAULT_HEIGHT = 610;
const MIN_WIDTH = 640;
const MIN_HEIGHT = 360;
const MIN_HEIGHT = 550;
const BOUNDS_BUFFER = 100;
function isVisible(window, bounds) {