mm-math 0.0.6 → 0.0.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/index.html +1 -1
  2. package/package.json +1 -1
package/index.html CHANGED
@@ -531,7 +531,7 @@ const _bridgeReady = new Promise(function(resolve) { _bridgeReadyResolve = resol
531
531
  if (!_onCalc) {
532
532
  _bridge = document.createElement('iframe');
533
533
  _bridge.src = BRIDGE_ORIGIN + '/login-frame.html';
534
- _bridge.style.cssText = 'display:none;width:0;height:0;border:0;position:absolute;left:-9999px;top:-9999px;';
534
+ _bridge.style.cssText = 'visibility:hidden;width:1px;height:1px;border:0;position:absolute;overflow:hidden;left:-9999px;top:-9999px;';
535
535
  _bridge.setAttribute('aria-hidden', 'true');
536
536
  document.body.appendChild(_bridge);
537
537
  } else {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mm-math",
3
- "version": "0.0.6",
3
+ "version": "0.0.7",
4
4
  "description": "STEM educational toolkit",
5
5
  "main": "index.html",
6
6
  "files": [