Increase window min-height for the new Emoji picker
This commit is contained in:
parent
569acb091c
commit
ba2c32304b
1 changed files with 1 additions and 1 deletions
2
main.js
2
main.js
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue