Remove default margin in index.html

This commit is contained in:
2025-12-29 22:23:00 +01:00
parent c3deb04a14
commit 61073283a5
+2
View File
@@ -11,6 +11,8 @@
body {
/* same background color as the Slint app */
background: #1b1b1b;
/* make it seamless */
margin: 0;
}
#canvas {
/* Force Slint to occupy the entire viewport */