Skip to content

Commit 280eda0

Browse files
authored
[6.x] Fix address bar overlapping bottom of content (typically on iOS) (#14399)
Fix address bar overlapping bottom of content (typically on iOS)
1 parent b2d32c4 commit 280eda0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

resources/js/pages/layout/Layout.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ onUnmounted(() => {
8585
<div id="main-content" class="main-content sm:p-2 h-full flex-1 overflow-y-auto focus:outline-none rounded-t-2xl" :data-max-width-enabled="isMaxWidthEnabled">
8686
<div id="content-card" tabindex="-1" class="focus:outline-none relative content-card grid min-h-full mx-auto">
8787
<!-- Data attribute used by the CSS style tag below to override max-width when disabled.-->
88-
<div class="w-full min-w-0 mx-auto max-w-page" data-max-width-wrapper>
88+
<div class="w-full min-w-0 mx-auto max-w-page max-[1220px]:mb-18" data-max-width-wrapper>
8989
<slot />
9090
</div>
9191
</div>

0 commit comments

Comments
 (0)