mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2024-11-11 01:15:49 +08:00
weird fix for safari account page lag
This commit is contained in:
parent
f0b80ff967
commit
e9ae1080a6
1 changed files with 1 additions and 0 deletions
|
@ -890,6 +890,7 @@ function fillContent(): void {
|
|||
250,
|
||||
async () => {
|
||||
// Profile.updateNameFontSize("account");
|
||||
$(".page.pageAccount").css("height", "unset"); //weird safari fix
|
||||
},
|
||||
async () => {
|
||||
setTimeout(() => {
|
||||
|
|
Loading…
Reference in a new issue