fix(css): unset padding and margin in body, closes #3441 (#3452)

This commit is contained in:
Huang Xin
2026-03-03 11:52:21 +08:00
committed by GitHub
parent 94e761f681
commit 5685944599
+2
View File
@@ -278,6 +278,8 @@ const getLayoutStyles = (
body {
overflow: unset;
zoom: ${zoomLevel};
padding: unset;
margin: unset;
}
svg:where(:not([width])), img:where(:not([width])) {
width: auto;