fix(client): モバイル環境でポップアップが表示されない

Fix #10110
This commit is contained in:
syuilo 2023-02-26 20:51:06 +09:00
parent 103dc32dce
commit d8dcce807b

View file

@ -125,7 +125,7 @@ function onBgClick() {
} }
if (type === 'drawer') { if (type === 'drawer') {
maxHeight = (window.innerHeight - SCROLLBAR_THICKNESS) / 1.5; maxHeight = window.innerHeight / 1.5;
} }
const keymap = { const keymap = {