Skip to content

Commit a1f97bd

Browse files
authored
Fix border radii for webview container (#1803)
1 parent 68c8c4e commit a1f97bd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

frontend/app/view/webview/webview.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
padding: 0;
1212
margin: 0;
1313
user-select: none;
14+
border-radius: 0 0 var(--block-border-radius) var(--block-border-radius);
1415

1516
// try to force pixel alignment to prevent
1617
// subpixel rendering artifacts

0 commit comments

Comments
 (0)