Skip to content

Commit

Permalink
Merge pull request chatpire#383 from yongman/fix-page-compatibility-i…
Browse files Browse the repository at this point in the history
…n-ios

fix page margin in ios when keyboard popup
  • Loading branch information
moeakwak authored Feb 18, 2024
2 parents 6deee17 + f21bdd8 commit fe2e1c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/App.vue
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<template>
<n-config-provider :locale="locale" :theme="theme">
<n-global-style />
<div class="w-full box-border min-h-screen flex flex-col">
<div class="w-full box-border flex flex-col">
<n-layout>
<PageHeader v-if="userStore.user" />
<div style="height: calc(100vh - var(--header-height)); height: calc(100dvh - var(--header-height))">
Expand Down

0 comments on commit fe2e1c7

Please sign in to comment.