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.
2 parents 225eebc + 4346271 commit 31de53cCopy full SHA for 31de53c
src/vanilla-stackai.js
@@ -2,9 +2,9 @@
2
const IFRAME_ID = 'responsiveIframe';
3
const MOBILE_BREAKPOINT = 1000;
4
const IFRAME_WIDTH_MOBILE = '100vw';
5
-const IFRAME_HEIGHT_MOBILE = '38.5rem';
+const IFRAME_HEIGHT_MOBILE = '39rem';
6
const IFRAME_WIDTH_DESKTOP = '35rem';
7
-const IFRAME_HEIGHT_DESKTOP = '38.5rem';
+const IFRAME_HEIGHT_DESKTOP = '39rem';
8
9
function initializeStack() {
10
// Find the current script tag by searching for the one that includes this script's src
0 commit comments