Skip to content

Commit 31de53c

Browse files
authored
Merge pull request #11 from stackai/baceituno-patch-1
2 parents 225eebc + 4346271 commit 31de53c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/vanilla-stackai.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
const IFRAME_ID = 'responsiveIframe';
33
const MOBILE_BREAKPOINT = 1000;
44
const IFRAME_WIDTH_MOBILE = '100vw';
5-
const IFRAME_HEIGHT_MOBILE = '38.5rem';
5+
const IFRAME_HEIGHT_MOBILE = '39rem';
66
const IFRAME_WIDTH_DESKTOP = '35rem';
7-
const IFRAME_HEIGHT_DESKTOP = '38.5rem';
7+
const IFRAME_HEIGHT_DESKTOP = '39rem';
88

99
function initializeStack() {
1010
// Find the current script tag by searching for the one that includes this script's src

0 commit comments

Comments
 (0)