Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
work fro #6252, resolve #6294 Data saving message vertical alignment …
Browse files Browse the repository at this point in the history
…can be out of view
OlgaLarina committed Jul 7, 2023

Verified

This commit was signed with the committer’s verified signature.
1 parent fc89153 commit 2fa8d2c
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion src/common-styles/sv-save-data.scss
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@import "../defaultV2-theme/variables.scss";

.sv-save-data_root {
position: absolute;
position: fixed;
left: 50%;
bottom: calcSize(3);
background: $background;
1 change: 0 additions & 1 deletion visualRegressionTests/tests/defaultV2/survey.ts
Original file line number Diff line number Diff line change
@@ -590,7 +590,6 @@ frameworks.forEach(framework => {
document.querySelector("[data-name='libertyordeath']")?.scrollIntoView(true);
}
})();
//t.debug();
await takeElementScreenshot("survey-progress-top-freeze.png", Selector("body"), t, comparer);
});
}

0 comments on commit 2fa8d2c

Please sign in to comment.