Skip to content

Commit 186e91a

Browse files
authored
Merge pull request #2983 from nextcloud/fix/iPadOs-home-bar
fix(ImageEditing): controls might hide behind iPadOS home bar
2 parents 04fe1b9 + da4c4aa commit 186e91a

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed
Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎css/viewer-init.css‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* extracted by css-entry-points-plugin */
2-
@import './init-DppiAbwn.chunk.css';
2+
@import './init-CqqFQTg6.chunk.css';
33
@import './previewUtils-6cpbKhU6.chunk.css';
44
@import './NcActionButton-DyH89PpO.chunk.css';
55
@import './NcActionLink-Cay-IPuV.chunk.css';

‎js/viewer-init.mjs‎

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

‎js/viewer-init.mjs.map‎

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎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)