Skip to content

Commit 33ca6ff

Browse files
committed
fix: clear inline card styles when centering onboarding step
1 parent e7710a4 commit 33ca6ff

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

public/js/app.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4087,6 +4087,9 @@ function positionOnboardingCard(selector) {
40874087

40884088
if (!selector) {
40894089
card.classList.add('centered');
4090+
card.style.top = '';
4091+
card.style.left = '';
4092+
card.style.transform = '';
40904093
const arrow = card.querySelector('.card-arrow');
40914094
if (arrow) arrow.remove();
40924095
return;

0 commit comments

Comments
 (0)