Fix border radii for webview container (#1803)

This commit is contained in:
Evan Simkowitz 2025-01-22 18:15:42 -08:00 committed by GitHub
parent 68c8c4e156
commit a1f97bd91c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -11,6 +11,7 @@
padding: 0;
margin: 0;
user-select: none;
border-radius: 0 0 var(--block-border-radius) var(--block-border-radius);
// try to force pixel alignment to prevent
// subpixel rendering artifacts