skopix 2.0.63 → 2.0.64
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.
|
@@ -3995,6 +3995,9 @@ async function startStepTester(testerId, url, selector, mode, steps) {
|
|
|
3995
3995
|
window.__skopixPreviewResults = {};
|
|
3996
3996
|
document.addEventListener('DOMContentLoaded', () => {
|
|
3997
3997
|
if (document.getElementById('__skopix_preview')) return;
|
|
3998
|
+
// Push page content left to avoid covering elements
|
|
3999
|
+
document.body.style.marginRight = '320px';
|
|
4000
|
+
document.body.style.boxSizing = 'border-box';
|
|
3998
4001
|
const tb = document.createElement('div');
|
|
3999
4002
|
tb.id = '__skopix_preview';
|
|
4000
4003
|
tb.style.cssText = [
|
package/package.json
CHANGED