Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .changeset/two-swans-peel.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@shopify/polaris': minor
---

[Frame] Fix minimum height overflowing in iOS Webkit browsers
1 change: 1 addition & 0 deletions polaris-react/src/components/Frame/Frame.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
--pc-frame-button-size: var(--p-space-8);
width: 100%;
min-height: 100vh;
min-height: 100svh; // For mobile browsers, fill the screen taking into account dynamic browser chrome
Comment on lines 7 to +8

This comment was marked as resolved.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

(Ah ignore me, dvh is too unstable)

display: flex;
background-color: var(--p-color-bg-app);

Expand Down