Skip to content

Commit

Permalink
🎨 (#122)
Browse files Browse the repository at this point in the history
  • Loading branch information
kakkokari-gtyih authored Nov 22, 2024
1 parent a8fb76a commit 621f022
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/frontend/src/pages/welcome.entrance.hana.vue
Original file line number Diff line number Diff line change
Expand Up @@ -121,14 +121,14 @@ onUnmounted(() => {

<style lang="scss" module>
.root {
height: 100svh;
height: 100dvh;
overflow: hidden;
overflow: clip;
}
.frame {
width: 100%;
height: 100svh;
height: 100dvh;
border: none;
}
</style>

0 comments on commit 621f022

Please sign in to comment.