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 d65ba1d commit 91d7717Copy full SHA for 91d7717
packages/with-without/js/with-without.js
@@ -89,3 +89,9 @@ if (learnMoreModal) {
89
}
90
});
91
92
+
93
+// Force just the size-setting event to set height properly after dom loaded to fix content overlap bug on tablet.
94
+// We want height to be accurate as soon as possible *and* afterward, so this lightweight double-check should stay.
95
+setTimeout(() => {
96
+ handleResize(true, false);
97
+}, 0);
0 commit comments