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 04174b0 commit 260da7dCopy full SHA for 260da7d
utils.py
@@ -423,16 +423,6 @@ async def render_certificate_playwright(url: str, output_path: str):
423
await page.evaluate("window.scrollTo(0, 0)")
424
await page.wait_for_timeout(700)
425
426
- await page.add_style_tag(
427
- content="""
428
- .certification-container, .main-content, body {
429
- border-radius: 32px !important;
430
- overflow: hidden !important;
431
- box-shadow: 0 0 24px #0004;
432
- }
433
-"""
434
- )
435
-
436
# Screenshot full certificate
437
await page.screenshot(path=output_path, full_page=True)
438
0 commit comments