1
mirror of https://github.com/xitanggg/open-resume synced 2025-03-09 07:49:18 +01:00

Fix auto typing resume safari font size issue with -webkit-text-size-adjust

This commit is contained in:
Xitang 2023-06-24 15:01:01 -07:00
parent f0b5e5cb69
commit a048d051b1

@ -32,7 +32,7 @@ const IFRAME_INITIAL_CONTENT = `<!DOCTYPE html>
${IFRAME_INITIAL_CONTENT_FONT_FAMILIES_FONT_FACE} ${IFRAME_INITIAL_CONTENT_FONT_FAMILIES_FONT_FACE}
</style> </style>
</head> </head>
<body style='overflow: hidden; width: ${LETTER_WIDTH_PT}pt; margin: 0; padding: 0;'> <body style='overflow: hidden; width: ${LETTER_WIDTH_PT}pt; margin: 0; padding: 0; -webkit-text-size-adjust:none;'>
<div></div> <div></div>
</body> </body>
</html>`; </html>`;