We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76055bb commit 2b2d1bfCopy full SHA for 2b2d1bf
src/App.vue
@@ -1,6 +1,6 @@
1
<template>
2
<main
3
- class="fixed inset-0 flex gap-px"
+ class="flex h-dvh gap-px"
4
:class="[
5
view.isStandaloneDisplayMode
6
? 'pl-[env(safe-area-inset-left)] pr-[env(safe-area-inset-right)]'
@@ -39,6 +39,6 @@ watchEffect(() => {
39
40
<style lang="postcss">
41
body {
42
- @apply touch-manipulation select-none bg-separator-color font-sans text-base text-primary-color antialiased selection:bg-selection-color selection:text-primary-selected-color;
+ @apply touch-manipulation select-none overflow-hidden bg-separator-color font-sans text-base text-primary-color antialiased selection:bg-selection-color selection:text-primary-selected-color;
43
}
44
</style>
0 commit comments