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 e7710a4 commit 33ca6ffCopy full SHA for 33ca6ff
1 file changed
public/js/app.js
@@ -4087,6 +4087,9 @@ function positionOnboardingCard(selector) {
4087
4088
if (!selector) {
4089
card.classList.add('centered');
4090
+ card.style.top = '';
4091
+ card.style.left = '';
4092
+ card.style.transform = '';
4093
const arrow = card.querySelector('.card-arrow');
4094
if (arrow) arrow.remove();
4095
return;
0 commit comments