We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8a130c commit 421bb49Copy full SHA for 421bb49
.changeset/two-swans-peel.md
@@ -0,0 +1,5 @@
1
+---
2
+'@shopify/polaris': minor
3
4
+
5
+[Frame] Fix minimum height overflowing in iOS Webkit browsers
polaris-react/src/components/Frame/Frame.scss
@@ -5,6 +5,7 @@
--pc-frame-button-size: var(--p-space-8);
6
width: 100%;
7
min-height: 100vh;
8
+ min-height: 100svh; // For mobile browsers, fill the screen taking into account dynamic browser chrome
9
display: flex;
10
background-color: var(--p-color-bg-app);
11
0 commit comments