style: fix set width causing clipping when changing browser size

This commit is contained in:
Miodec 2024-04-30 13:11:20 +02:00
parent f1fe249da1
commit 4eccfd632c

View file

@ -148,7 +148,9 @@ export async function update(
animTime,
easing.both,
() => {
//
if (currentWidth !== 0) {
puncAndNumEl.css("width", "unset");
}
}
);
}