mirror of
https://github.com/wavetermdev/waveterm.git
synced 2025-02-15 01:32:17 +01:00
Fix border radii for webview container (#1803)
This commit is contained in:
parent
68c8c4e156
commit
a1f97bd91c
@ -11,6 +11,7 @@
|
|||||||
padding: 0;
|
padding: 0;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
user-select: none;
|
user-select: none;
|
||||||
|
border-radius: 0 0 var(--block-border-radius) var(--block-border-radius);
|
||||||
|
|
||||||
// try to force pixel alignment to prevent
|
// try to force pixel alignment to prevent
|
||||||
// subpixel rendering artifacts
|
// subpixel rendering artifacts
|
||||||
|
Loading…
Reference in New Issue
Block a user