mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-10-19 12:06:06 +08:00
style: fix set width causing clipping when changing browser size
This commit is contained in:
parent
f1fe249da1
commit
4eccfd632c
1 changed files with 3 additions and 1 deletions
|
@ -148,7 +148,9 @@ export async function update(
|
|||
animTime,
|
||||
easing.both,
|
||||
() => {
|
||||
//
|
||||
if (currentWidth !== 0) {
|
||||
puncAndNumEl.css("width", "unset");
|
||||
}
|
||||
}
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue