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 54c6b0c commit 95cd1cfCopy full SHA for 95cd1cf
packages/uikit-workshop/src/scripts/components/pl-viewport/pl-viewport.scss
@@ -68,7 +68,7 @@ pl-iframe {
68
width: 100%; // bug fix for Safari and Firefox getting stuck calculating a width of 0px when the JS first kicks in
69
position: relative;
70
margin: 0 auto;
71
- flex: 1;
+ flex-grow: 1;
72
-webkit-overflow-scrolling: touch;
73
74
&.hay-mode {
@@ -88,7 +88,6 @@ pl-iframe {
88
* 1) this is the actual <iframe>
89
*/
90
.pl-c-viewport__iframe {
91
- min-height: calc(100vh - 35.5px);
92
flex-grow: 1;
93
width: 100%;
94
border: 0;
0 commit comments