Skip to content

Commit

Permalink
fix(client): モバイル環境でポップアップが表示されない
Browse files Browse the repository at this point in the history
  • Loading branch information
syuilo committed Feb 26, 2023
1 parent 103dc32 commit d8dcce8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/frontend/src/components/MkModal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ function onBgClick() {
}
if (type === 'drawer') {
maxHeight = (window.innerHeight - SCROLLBAR_THICKNESS) / 1.5;
maxHeight = window.innerHeight / 1.5;
}
const keymap = {
Expand Down

0 comments on commit d8dcce8

Please sign in to comment.