Skip to content

Commit c7ee1f7

Browse files
committed
fix(ImageEditing): controls might hide behind iPadOS home bar™️
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
1 parent 70252b7 commit c7ee1f7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

‎src/components/ImageEditor.vue‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -373,7 +373,7 @@ export default {
373373
bottom: calc(var(--header-height) * -1);
374374
left: 0;
375375
width: 100%;
376-
height: 100vh;
376+
height: 100dvh;
377377
}
378378
</style>
379379

0 commit comments

Comments
 (0)