From a1f97bd91cd8a2917a9aabbc8f97f75f2d7ab1b9 Mon Sep 17 00:00:00 2001 From: Evan Simkowitz Date: Wed, 22 Jan 2025 18:15:42 -0800 Subject: [PATCH] Fix border radii for webview container (#1803) --- frontend/app/view/webview/webview.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/app/view/webview/webview.scss b/frontend/app/view/webview/webview.scss index ca7bbdd6d..62d68ae8d 100644 --- a/frontend/app/view/webview/webview.scss +++ b/frontend/app/view/webview/webview.scss @@ -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