Skip to content

Commit c3fb244

Browse files
authored
Merge pull request #2983 from nextcloud/fix/iPadOs-home-bar
fix(ImageEditing): controls might hide behind iPadOS home bar
2 parents 70252b7 + c7ee1f7 commit c3fb244

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)